We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b683c commit 1531dcfCopy full SHA for 1531dcf
3 files changed
gulpfile.js
@@ -39,7 +39,7 @@ gulp.task('prod', function (cb) {
39
40
});
41
42
-gulp.task('watch', ['dev'], function () {
+gulp.task('watch', function () {
43
44
gulp.watch('src/*', ['dev']);
45
0 commit comments