fix "file" in the source map

This commit is contained in:
Mihai Bazon
2012-09-10 15:52:53 +03:00
parent 1c8ba35844
commit 16b12c6287

View File

@@ -61,7 +61,7 @@ var STATS = {};
var OUTPUT_FILE = ARGS.o;
var SOURCE_MAP = ARGS.source_map ? UglifyJS.SourceMap({
file: output,
file: OUTPUT_FILE,
root: ARGS.source_map_root
}) : null;