Closed drvinceknight closed 9 years ago
I've altered the gulpfile slightly so that it uses the gulp-watch library instead of the vanilla gulp.watch task. This was one of the suggestions on gulpjs/gulp#651
Came here from gulpjs/gulp#651. Not sure if I got something wrong, but afaik gulp-watch
does not support listing tasks to run as an array but instead requires a plain function (which can have a gulp.start
call).
Does the watching part still work correctly?
Just adding how to stop the gulp server for #48