diff --git a/gulpfile.js b/gulpfile.js index 0ec49cb..86ada6c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -55,4 +55,4 @@ gulp.task('clean', () => { return del(['build']); }); -gulp.task('default', ['watch']); +gulp.task('default', ['compile', 'watch']);