re-add npm run build:watch

it's not true watching, just polling every few seconds.

Help docs still point to this command,
and we need something for devs as `ignore_minified_js` is gone.
This commit is contained in:
Min RK 2017-01-31 15:05:36 +01:00
parent 0eff9ef747
commit 2b09d59b1d

View File

@ -10,7 +10,8 @@
},
"scripts": {
"bower": "bower install",
"build": "python setup.py js css"
"build": "python setup.py js css",
"build:watch": "set -e; while true; do npm run build; sleep 3; done"
},
"devDependencies": {
"bower": "*",