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 f76c020 commit d6fcff6Copy full SHA for d6fcff6
generators/app/templates/package.json
@@ -41,7 +41,7 @@
41
"scripts": {
42
"js": "browserify index.js -t babelify --debug > dist/assets/bundle.js",
43
"js:release": "NODE_ENV=production browserify index.js -t babelify | uglifyjs -mc drop_console > dist/assets/bundle.min.js",
44
- "js:watch": "budo index.js:dist/assets/bundle.js -H 0.0.0.0 --live --open --iw -- --debug -t eslintify -t babelify",
+ "js:watch": "budo index.js:dist/assets/bundle.js -H 0.0.0.0 --live --open --iw -- --debug -t babelify",
45
"css": "stylus -m -u autoprefixer-stylus style.styl -o dist/assets/style.css --sourcemap-inline",
46
"css:release": "stylus -c -u autoprefixer-stylus style.styl -o dist/assets/style.min.css",
47
"css:watch": "npm run css -- -w",
0 commit comments