Fix watched files

This commit is contained in:
Taylor Bryant 2019-07-16 22:45:00 -05:00
parent f047ef04fd
commit d4b4a8ceb8
1 changed files with 5 additions and 7 deletions

View File

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