aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMatt Robenolt <matt@ydekproductions.com>2013-05-21 08:50:21 -0600
committerMatt Robenolt <matt@ydekproductions.com>2013-05-21 08:50:21 -0600
commit3a218615804ceaf0fa1fcf7b8a0b3e10df3e6c86 (patch)
tree1e1612703de01fa3a0c200dda2287a0222ee20bb /bin
parent1dbffd48ea49ee278454d6b1c632b7ba4bbf1868 (diff)
downloadtracifyjs-3a218615804ceaf0fa1fcf7b8a0b3e10df3e6c86.tar.gz
tracifyjs-3a218615804ceaf0fa1fcf7b8a0b3e10df3e6c86.zip
The extra /* */ isn't needed now
Diffstat (limited to 'bin')
-rwxr-xr-xbin/uglifyjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/uglifyjs b/bin/uglifyjs
index 3ac2a44d..2611d960 100755
--- a/bin/uglifyjs
+++ b/bin/uglifyjs
@@ -309,7 +309,7 @@ async.eachLimit(files, 1, function (file, cb) {
if (SOURCE_MAP) {
fs.writeFileSync(ARGS.source_map, SOURCE_MAP, "utf8");
- output += "\n/*\n//# sourceMappingURL=" + (ARGS.source_map_url || ARGS.source_map) + "\n*/";
+ output += "\n//# sourceMappingURL=" + (ARGS.source_map_url || ARGS.source_map);
}
if (OUTPUT_FILE) {