Gulp 4 alpha watch only work once
03 Dec 2016Someone say this problem cause OS, specify Linux-like OS ubuntu etc, and add **
to path can fix it, like
1
2
3
4
gulp.task('watch', function () {
gulp.watch( './**/test.js', gulp.series('es6') );
console.log('Running watch...');
});
But the solution does not work on me, do not know why, sad~
comments powered by Disqus