Browse Source

gulpfile: also compile by default

master
Guillermo Rauch 9 years ago
parent
commit
9d95c2bf2b
  1. 2
      gulpfile.js

2
gulpfile.js

@ -55,4 +55,4 @@ gulp.task('clean', () => {
return del(['build']); return del(['build']);
}); });
gulp.task('default', ['watch']); gulp.task('default', ['compile', 'watch']);

Loading…
Cancel
Save