From 71db6e4ca1962d708f2da6cf6e532ace38eabfba Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 1 Aug 2015 02:43:52 +1000 Subject: Aligned visuals --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 974d3fd..612ebee 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -30,6 +30,7 @@ 'css': dir.src + '/css/**/*.css', 'js': dir.src + '/js/**/*.js', 'talks': dir.src + '/talks', + 'talkindex': dir.src + '/talks/index.hbs', 'posts': dir.src + '/posts', 'images': [ dir.src + '/**/*.png', @@ -320,7 +321,7 @@ gulp.task('serve', function () { gulp.watch(paths.html, ['package:html']); gulp.watch(paths.images, ['package:images']); - gulp.watch(paths.hbs, ['package:talks']); + gulp.watch(paths.talks, ['package:talks']); gulp.watch(paths.css, ['package:css']); gulp.watch(paths.js, ['package:js']); gulp.watch(paths.posts, ['package:posts']); -- cgit v1.2.3