mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
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:
parent
0eff9ef747
commit
2b09d59b1d
@ -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": "*",
|
||||
|
Loading…
Reference in New Issue
Block a user