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 e198a55 commit 484a28aCopy full SHA for 484a28a
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(`${PATH_TO_SOURCE}images/icons/**/*.svg`, series(createStack, reloadServer));
145
watch(PATHS_TO_STATIC, series(copyAssets, reloadServer));
146
}
147
0 commit comments