Created
July 19, 2016 01:15
-
-
Save LucasLLLS/444e44e90e66910c10352049481bbe35 to your computer and use it in GitHub Desktop.
Gulp watch exemple
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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