Skip to content

Instantly share code, notes, and snippets.

@YOzaz
Created October 14, 2015 10:16
Show Gist options
  • Save YOzaz/b0ebd4c1afa7c169b633 to your computer and use it in GitHub Desktop.
Save YOzaz/b0ebd4c1afa7c169b633 to your computer and use it in GitHub Desktop.
gulp.task('watch', ['prod'], function () {
return gulp.watch('public/app/**/*.js', ['prod']);
});
gulp.task('default', ['watch', 'app']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment