From 2af8fdf8b6b4a7f4d5bac0f8cf62e31b7587e96c Mon Sep 17 00:00:00 2001 From: Tim Heap Date: Thu, 30 Apr 2015 15:24:45 +1000 Subject: [PATCH] Build assest as part of watching them --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 306f0f2834..3ae9846a81 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -4,7 +4,7 @@ var rename = require('gulp-rename'); var path = require('path'); -gulp.task('default', ['watch']); +gulp.task('default', ['build', 'watch']); gulp.task('build', ['styles', 'javascript', 'images', 'fonts']);