We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327e981 commit b352144Copy full SHA for b352144
package.json
@@ -34,7 +34,7 @@
34
"lint": "eslint --reset underscore.js test/*.js",
35
"test-node": "qunit-cli test/*.js",
36
"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",
+ "build": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m --source-map underscore-min.map --source-map-url \" \" -o underscore-min.js",
38
"doc": "docco underscore.js"
39
},
40
"license": "MIT",
0 commit comments