Update watch list
This commit is contained in:
parent
ee9c239ce3
commit
eb7c5de4d4
|
@ -79,11 +79,12 @@ task("startServer", () => {
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
[
|
[
|
||||||
rawStylesheet,
|
"**/*.css",
|
||||||
tailwindConfig,
|
|
||||||
"**/*.gif",
|
"**/*.gif",
|
||||||
"**/*.html",
|
"**/*.html",
|
||||||
"**/*.jpg",
|
"**/*.jpg",
|
||||||
|
"**/*.jpeg",
|
||||||
|
"**/*.js",
|
||||||
"**/*.md",
|
"**/*.md",
|
||||||
"**/*.png",
|
"**/*.png",
|
||||||
"**/*.yml",
|
"**/*.yml",
|
||||||
|
|
Loading…
Reference in New Issue