The following Gulpjs task works fine when editing files in the glob match:
// watch task. gulp.task(\'watch\', [\'build\'], function () { gulp.watch(src
It is important to note that it looks like gulp.watch only reports changed and deleted files on Windows but listens for new and deleted files by default on OSX:
https://github.com/gulpjs/gulp/issues/675