The extra /* */ isn't needed now
authorMatt Robenolt <matt@ydekproductions.com>
Tue, 21 May 2013 14:50:21 +0000 (08:50 -0600)
committerMatt Robenolt <matt@ydekproductions.com>
Tue, 21 May 2013 14:50:21 +0000 (08:50 -0600)
bin/uglifyjs

index 3ac2a44..2611d96 100755 (executable)
@@ -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) {