We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa484bf commit 9fdf2afCopy full SHA for 9fdf2af
1 file changed
gulpfile.js
@@ -45,4 +45,9 @@ gulp.task('minify',function(){
45
});
46
47
48
-gulp.task('default',['minify','bootstrap']);
+gulp.task('default',['minify','bootstrap']);
49
+
50
51
+gulp.task('watch', function() {
52
+ gulp.watch('./src/**/*', ['default']);
53
+});
0 commit comments