From 1fa02317326aba2ce14c1035117ff2cf4dc9294b Mon Sep 17 00:00:00 2001 From: Stephan Genyk Date: Sun, 11 Jan 2015 19:36:56 -0800 Subject: [PATCH] Fixes default task --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 3dd8875..9ae68e9 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -35,4 +35,4 @@ gulp.watch('watch', function() { gulpwatch(path._____, ['lint']); }); -gulp.task('default', ['lint', 'watch']); \ No newline at end of file +gulp.task('default', ['lint', 'templates', 'one', 'watch']); \ No newline at end of file