Skip to content

Instantly share code, notes, and snippets.

@cod3beat
Created November 24, 2015 06:44
Show Gist options
  • Save cod3beat/dc001a191fe5ddca4c5c to your computer and use it in GitHub Desktop.
Save cod3beat/dc001a191fe5ddca4c5c to your computer and use it in GitHub Desktop.
// ...
var component = require('./resources/gulps/componentTask');
gulp.task('watch', function() {
gulp.watch(['./resources/css/**/*.css'], ['cssrev']);
gulp.watch(['./resources/js/**/*.js'], ['jsrev']);
});
gulp.task('default', ['watch', 'component']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment