We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a92a2 commit dbbc751Copy full SHA for dbbc751
1 file changed
package.json
@@ -10,7 +10,7 @@
10
"prebuild": "npm run clean; npm run lint",
11
"build": "mkdir dist; npm run build:js; npm run build:min",
12
"build:js": "uglifyjs src/*.js -b 'indent-level=2, quote_style=1' -o dist/mangular.js",
13
- "build:min": "watchify src/*.js -o dist/mangular.min.js",
+ "build:min": "uglifyjs src/*.js -o dist/mangular.min.js",
14
"watch": "watch 'npm run build' src/"
15
},
16
"repository": {
0 commit comments