Skip to content

Instantly share code, notes, and snippets.

@mitchelkuijpers
Last active August 29, 2015 14:00
Show Gist options
  • Save mitchelkuijpers/11282177 to your computer and use it in GitHub Desktop.
Save mitchelkuijpers/11282177 to your computer and use it in GitHub Desktop.
gulp.task('watchScripts', function() {
gulp.watch('src/**/*.js', ['scripts']);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment