Skip to content

Commit b352144

Browse files
committed
Remove source map url in Uglify options of the package.json [closes jashkenas#2145]
1 parent 327e981 commit b352144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint": "eslint --reset underscore.js test/*.js",
3535
"test-node": "qunit-cli test/*.js",
3636
"test-browser": "npm i karma-phantomjs-launcher && ./node_modules/karma/bin/karma start",
37-
"build": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m --source-map underscore-min.map -o underscore-min.js",
37+
"build": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m --source-map underscore-min.map --source-map-url \" \" -o underscore-min.js",
3838
"doc": "docco underscore.js"
3939
},
4040
"license": "MIT",

0 commit comments

Comments
 (0)