fixed issue sourceMap

dev
David Manning 2014-09-10 22:35:08 -07:00
parent faf9757164
commit 88a7afdc11
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module.exports = function (options) {
if (file.sourceMap) {
opts.sourceComments = 'map';
opts.sourceMap = false;
opts.sourceMap = file.path;
}
if (opts.sourceComments === 'map' || opts.sourceComments === 'normal') {