Skip to content

Commit 484a28a

Browse files
committed
Add watcher for icons
1 parent e198a55 commit 484a28a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export function startServer () {
141141
watch(`${PATH_TO_SOURCE}styles/**/*.scss`, series(processStyles));
142142
watch(`${PATH_TO_SOURCE}scripts/**/*.js`, series(processScripts));
143143
watch(`${PATH_TO_SOURCE}**/*.html`, series(processMarkup, reloadServer));
144+
watch(`${PATH_TO_SOURCE}images/icons/**/*.svg`, series(createStack, reloadServer));
144145
watch(PATHS_TO_STATIC, series(copyAssets, reloadServer));
145146
}
146147

0 commit comments

Comments
 (0)