Fix watched files

This commit is contained in:
Taylor Bryant 2019-07-16 22:48:16 -05:00
parent d4b4a8ceb8
commit 862829e414
1 changed files with 4 additions and 4 deletions

View File

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