Add "markdown" to the list of watched extensions

This commit is contained in:
Hrvoje Šimić 2019-05-16 23:58:35 +02:00 committed by Taylor Bryant
parent b244bafe97
commit d540694747
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ task("startServer", () => {
"**/*.jpeg",
"**/*.js",
"**/*.md",
"**/*.markdown",
"**/*.png",
"**/*.yml",
"!_site/**/*",