Merge e39b3ad46c into a10f6a96d7
This commit is contained in:
commit
1aaafd8419
|
|
@ -80,7 +80,7 @@ exports.minify = function(files, options) {
|
|||
: fs.readFileSync(file, "utf8");
|
||||
sourcesContent[file] = code;
|
||||
toplevel = UglifyJS.parse(code, {
|
||||
filename: options.fromString ? "?" : file,
|
||||
filename: options.fromString ? options.outSourceMap : file,
|
||||
toplevel: toplevel
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user