Skip to content

Commit

Permalink
Merge pull request #22 from whatsnewsaes/patch-1
Browse files Browse the repository at this point in the history
watches all html files in the root for changes
  • Loading branch information
shakyShane committed Sep 24, 2015
2 parents 2453216 + 6d2bc2c commit 6057311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -56,7 +56,7 @@ gulp.task('sass', function () {
*/
gulp.task('watch', function () {
gulp.watch('_scss/*.scss', ['sass']);
gulp.watch(['index.html', '_layouts/*.html', '_posts/*'], ['jekyll-rebuild']);
gulp.watch(['*.html', '_layouts/*.html', '_posts/*'], ['jekyll-rebuild']);
});

/**
Expand Down

0 comments on commit 6057311

Please sign in to comment.