diff --git a/gulpfile.js b/gulpfile.js index 0f406d5..da9a4ef 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -36,7 +36,7 @@ gulp.task('browser-sync', ['jekyll-build'], function() { * if you add folder for pages, collection or datas, add them to this list */ gulp.task('watch', function () { - gulp.watch(['./*', '_layouts/*', '_includes/*', '_posts/*', '_sass/*', 'css/*', 'jabber/*', 'keysigning/*'], ['jekyll-rebuild']); + gulp.watch(['./*', '_layouts/*', 'assets/**/*', 'keysigning/*'], ['jekyll-rebuild']); }); /**