This commit is contained in:
brenmar 2013-10-30 05:14:24 -07:00
commit 9de5c3fc40

View File

@ -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
});
});