Created
January 31, 2018 23:25
-
-
Save KanwarSingh/12eed90c06e24fc44d1102f5433c3591 to your computer and use it in GitHub Desktop.
This file contains 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.tasks('filewatch', function(){ | |
return | |
gulp.watch('./src/**/*.js' , [ task1 , task2 | |
]); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment