Load icons during initial setup and allow hot-reloading icons

This commit is contained in:
Oliver-Akins 2024-01-31 18:34:24 -07:00
parent b9ed3289dc
commit a657b2e3e8
6 changed files with 49 additions and 44 deletions

View file

@ -32,8 +32,8 @@
],
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json", "js", "mjs"],
"paths": ["templates", "langs", ".styles", "module"]
"extensions": ["css", "hbs", "json", "js", "mjs", "svg"],
"paths": ["templates", "langs", ".styles", "module", "assets"]
}
}
}