Rename .css to .styles to match the .=compiled pattern
This commit is contained in:
parent
25e3fa1bb8
commit
c0d677cd77
8 changed files with 27 additions and 9 deletions
|
|
@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue