Skip to content

Instantly share code, notes, and snippets.

@KanwarSingh
Created January 31, 2018 23:25
Show Gist options
  • Save KanwarSingh/12eed90c06e24fc44d1102f5433c3591 to your computer and use it in GitHub Desktop.
Save KanwarSingh/12eed90c06e24fc44d1102f5433c3591 to your computer and use it in GitHub Desktop.
gulp.tasks('filewatch', function(){
return
gulp.watch('./src/**/*.js' , [ task1 , task2
]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment