mirror of
https://github.com/vacp2p/vac.dev-experimental-old.git
synced 2025-01-12 14:55:04 +00:00
Fix infinite build
This commit is contained in:
parent
36211a1a95
commit
f047ef04fd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user