Skip to content

Commit

Permalink
Have changes to the _includes/examples files trigger a rebuild+browse…
Browse files Browse the repository at this point in the history
…rSync
  • Loading branch information
bjacobel committed Jun 15, 2016
1 parent bae36cb commit 1d48981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/tasks/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gulp.task('watch', ['browserSync'], function() {
gulp.watch(config.jekyll.posts, ['jekyll-rebuild']);
gulp.watch(config.jekyll.components, ['jekyll-rebuild']);
gulp.watch(config.jekyll.design_elements, ['jekyll-rebuild']);
gulp.watch(config.jekyll.includes, ['jekyll-rebuild']);
gulp.watch(config.jekyll.includes, ['pldoc-scripts', 'jekyll-rebuild']);
gulp.watch(config.jekyll.examples, ['jekyll-rebuild']);
gulp.watch(config.jekyll.demo, ['jekyll-rebuild']);
gulp.watch(config.jekyll.layouts, ['jekyll-rebuild']);
Expand Down

0 comments on commit 1d48981

Please sign in to comment.