fixed issue sourceMap

This commit is contained in:
David Manning 2014-09-10 22:35:08 -07:00
parent faf9757164
commit 88a7afdc11

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') {