Skip to content

Commit 2b09d59

Browse files
committed
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.
1 parent 0eff9ef commit 2b09d59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
"scripts": {
1212
"bower": "bower install",
13-
"build": "python setup.py js css"
13+
"build": "python setup.py js css",
14+
"build:watch": "set -e; while true; do npm run build; sleep 3; done"
1415
},
1516
"devDependencies": {
1617
"bower": "*",

0 commit comments

Comments
 (0)