Is there any difference between gulp.watch(\'dir/.js\',fn); and gulp.watch(\'dir/.js).on(\'change\',fn);?
gulp.watch(\'dir/.js\',fn);
gulp.watch(\'dir/.js).on(\'change\',fn);
I found in many gulp task that people