mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2025-01-27 05:55:37 +00:00
Increase Gulp watch interval to decrease CPU load
This commit is contained in:
parent
a0f5b422e6
commit
eef194934f
@ -55,7 +55,7 @@ gulp.task('serve', ['jekyll-build'], () => {
|
||||
});
|
||||
|
||||
gulp.watch([mainCSS, tailwindConfig], ['css']);
|
||||
gulp.watch(['**/*.html', '**/*.md', '**/*.yml', '!_site/**/*'], ['jekyll-build']);
|
||||
gulp.watch(['**/*.html', '**/*.md', '**/*.yml', '!_site/**/*'], { interval: 500 }, ['jekyll-build']);
|
||||
});
|
||||
|
||||
gulp.task('default', ['css', 'serve']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user