diff --git a/gulpfile.js b/gulpfile.js index 9244f1d9..b818dbfc 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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']); }); /**