We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673fcd1 commit e198a55Copy full SHA for e198a55
gulpfile.js
@@ -141,6 +141,7 @@ export function startServer () {
141
watch(`${PATH_TO_SOURCE}styles/**/*.scss`, series(processStyles));
142
watch(`${PATH_TO_SOURCE}scripts/**/*.js`, series(processScripts));
143
watch(`${PATH_TO_SOURCE}**/*.html`, series(processMarkup, reloadServer));
144
+ watch(PATHS_TO_STATIC, series(copyAssets, reloadServer));
145
}
146
147
function reloadServer (done) {
0 commit comments