We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da00362 commit db3d05bCopy full SHA for db3d05b
gulpfile.js
@@ -73,5 +73,5 @@ function task(id, extra) {
73
gulp.task('sass', task('sass'));
74
75
gulp.task('watch', function () {
76
- gulp.watch(PROJECT_PATTERNS.sass, ['sass']);
+ gulp.watch(PROJECT_PATTERNS.sass, gulp.series('sass'));
77
});
0 commit comments