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 b278fa6 commit 7fbbe79Copy full SHA for 7fbbe79
package.json
@@ -11,11 +11,13 @@
11
"scripts": {
12
"bower": "bower install",
13
"build": "python setup.py js css",
14
- "build:watch": "set -e; while true; do npm run build; sleep 3; done"
+ "build:watch": "npm run watch",
15
+ "watch": "onchange 'notebook/static/**/!(*.min).js' 'notebook/static/**/*.less' 'bower.json' -- npm run build"
16
},
17
"devDependencies": {
18
"bower": "^1.8.8",
19
"less": "~2",
20
+ "onchange": "^6.0.0",
21
"po2json": "^0.4.5",
22
"requirejs": "^2.3.6"
23
0 commit comments