Rename .css to .styles to match the .=compiled pattern

This commit is contained in:
Oliver-Akins 2023-12-15 18:33:52 -07:00
parent 25e3fa1bb8
commit c0d677cd77
8 changed files with 27 additions and 9 deletions

View file

@ -19,7 +19,7 @@
"module/dotdungeon.js"
],
"styles": [
".css/root.css"
".styles/root.css"
],
"languages": [
{
@ -31,7 +31,7 @@
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json", "js", "mjs"],
"paths": ["templates", "langs", ".css", "module"]
"paths": ["templates", "langs", ".styles", "module"]
}
}
}