Build assest as part of watching them

pull/1228/head
Tim Heap 2015-04-30 15:24:45 +10:00
rodzic 37816f68cf
commit 2af8fdf8b6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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']);