Skip to content

Instantly share code, notes, and snippets.

@LucasLLLS
Created July 19, 2016 01:15
Show Gist options
  • Save LucasLLLS/444e44e90e66910c10352049481bbe35 to your computer and use it in GitHub Desktop.
Save LucasLLLS/444e44e90e66910c10352049481bbe35 to your computer and use it in GitHub Desktop.
Gulp watch exemple
gulp.task('watch', function(){
gulp.watch('js/*.js', ['scripts'])
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment