summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-03-29 15:18:23 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-29 15:18:23 +0200
commit14ce1445b1ba24e6a16646302167b2aeb7d4fff6 (patch)
tree2854f95a874c5c9958112ecdb4f973b89ed72193 /package.json
parentc8e70c43ebbc1ad249aa1a40c2d522a93ce427fa (diff)
Add watch to makefile, fix watch and kill coffeescript
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3bbac320..444a37af 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,8 @@
"scripts": {
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
"prebuild": "npm install && npm update && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
- "build": "node node_modules/gulp-cli/bin/gulp.js"
+ "build": "node node_modules/gulp-cli/bin/gulp.js",
+ "watch": "node node_modules/gulp-cli/bin/gulp.js watch"
},
"devDependencies": {
"bower": "",