Add "markdown" to the list of watched extensions
This commit is contained in:
parent
b244bafe97
commit
d540694747
|
@ -89,6 +89,7 @@ task("startServer", () => {
|
|||
"**/*.jpeg",
|
||||
"**/*.js",
|
||||
"**/*.md",
|
||||
"**/*.markdown",
|
||||
"**/*.png",
|
||||
"**/*.yml",
|
||||
"!_site/**/*",
|
||||
|
|
Loading…
Reference in New Issue