Update gulpfile to match new location of blog.html
This commit is contained in:
parent
9328056428
commit
7ac88bdcab
|
@ -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/*', '_pages/*', '_includes/*', '_posts/*', '_sass/*', 'css/*'], ['jekyll-rebuild']);
|
||||
gulp.watch(['./*', '_layouts/*', '_pages/*', '_includes/*', '_posts/*', 'blog/*', '_sass/*', 'assets/**/*'], ['jekyll-rebuild']);
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue