Created
September 14, 2015 15:50
-
-
Save sondr3/6baf4e679d981b9eacbc to your computer and use it in GitHub Desktop.
Gulpfile
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
// Watch various files for changes and do the needful | |
gulp.watch(['src/**/*.md', 'src/**/*.html', 'src/**/*.yml'], gulp.series('jekyll:dev', reload)); | |
gulp.watch(['src/**/*.xml', 'src/**/*.txt'], gulp.series('jekyll:dev')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment