Consistency pass and small tweaks

**Formatting going forward**
Variables: camelCase (capitalization of two letter abbreviations is OK, e.g. playerID)
Classes: PascalCase
CSS: kebab-case
Files: kebab-case

**Other miscellaneous changes**
* The WebPlayer crashing as well as failing to load the config file are now fatal  errors and will quit the app
* Moved some style attributes from index.html into openfusion.css
This commit is contained in:
CakeLancelot
2023-09-03 04:56:24 -05:00
parent 7131026b2f
commit 043bf219e7
12 changed files with 145 additions and 137 deletions

View File

@@ -67,7 +67,7 @@
"to": "utils"
}
],
"afterPack": "./build/afterpack.js"
"afterPack": "./build/after-pack.js"
},
"dependencies": {
"fs-extra": "2.0.0"