summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index d6283f0..c4f5d42 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -400,6 +400,7 @@
400 gulp.watch(paths.html, ['package:html']); 400 gulp.watch(paths.html, ['package:html']);
401 gulp.watch(paths.images, ['package:images']); 401 gulp.watch(paths.images, ['package:images']);
402 gulp.watch(paths.talks, ['package:talks']); 402 gulp.watch(paths.talks, ['package:talks']);
403 gulp.watch(dir.src + '/talks/*.hbs', ['package:talks']);
403 gulp.watch(paths.css, ['package:css']); 404 gulp.watch(paths.css, ['package:css']);
404 gulp.watch(paths.js, ['package:js']); 405 gulp.watch(paths.js, ['package:js']);
405 gulp.watch(paths.posts, ['package:posts']); 406 gulp.watch(paths.posts, ['package:posts']);