Skip to content

Instantly share code, notes, and snippets.

@mitchelkuijpers
Created April 25, 2014 08:35
Show Gist options
  • Save mitchelkuijpers/11282219 to your computer and use it in GitHub Desktop.
Save mitchelkuijpers/11282219 to your computer and use it in GitHub Desktop.
gulp.task('scripts', function() {
return scripts(false);
});
gulp.task('watchScripts', function() {
return scripts(true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment