Fix infinite build

This commit is contained in:
Taylor Bryant 2019-07-16 22:42:29 -05:00
parent 36211a1a95
commit f047ef04fd
1 changed files with 7 additions and 10 deletions

View File

@ -82,18 +82,15 @@ task("startServer", () => {
watch(
[
"**/*.css",
"**/*.gif",
"**/*.html",
"**/*.jpg",
"**/*.jpeg",
"**/*.js",
"!_site/**/*",
"!node_modules/*/**",
rawStylesheet,
tailwindConfig,
"*.html",
"_includes/**/*.html",
"_layouts/**/*.html",
"**/*.md",
"**/*.markdown",
"**/*.png",
"**/*.yml",
"!_site/**/*",
"!node_modules"
],
{ interval: 500 },
buildSite