Merge d6d874ed4d into 63287c0e68
This commit is contained in:
commit
9de5c3fc40
|
|
@ -72,7 +72,7 @@ exports.minify = function(files, options) {
|
|||
? file
|
||||
: fs.readFileSync(file, "utf8");
|
||||
toplevel = UglifyJS.parse(code, {
|
||||
filename: options.fromString ? "?" : file,
|
||||
filename: options.fromString ? options.fromStringFile || "?" : file,
|
||||
toplevel: toplevel
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user