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 ed1e8d9 commit 63ecb0bCopy full SHA for 63ecb0b
1 file changed
package.json
@@ -28,7 +28,7 @@
28
},
29
"scripts": {
30
"test": "karma start && coffee test/model.coffee && npm run lint",
31
- "build": "uglifyjs backbone.js --mangle --source-map backbone-min.map -o backbone-min.js",
+ "build": "uglifyjs backbone.js --mangle --source-map url=backbone-min.js.map -o backbone-min.js",
32
"doc": "docco backbone.js && docco examples/todos/todos.js examples/backbone.localStorage.js",
33
"lint": "eslint backbone.js test/*.js"
34
0 commit comments