summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-10-06 07:13:44 +0200
committerMonty Taylor <mordred@inaugust.com>2016-10-06 07:47:33 +0200
commit46d929fad9cd6363b6ce8d3f440183fad96ae95d (patch)
treebc73abab61c9570af19a9cadf801aa02c47c4c55 /gulpfile.js
parente2f00edda0c8a768879682da23f8a62c1f00bf36 (diff)
Add talk for LinuxConf Europe
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']);