Skip to content

Instantly share code, notes, and snippets.

@sondr3
Created September 14, 2015 15:50
Show Gist options
  • Save sondr3/6baf4e679d981b9eacbc to your computer and use it in GitHub Desktop.
Save sondr3/6baf4e679d981b9eacbc to your computer and use it in GitHub Desktop.
Gulpfile
// 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