mirror of
https://github.com/OpenFusionProject/Client.git
synced 2025-12-25 16:00:30 +00:00
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:
@@ -67,7 +67,7 @@
|
||||
"to": "utils"
|
||||
}
|
||||
],
|
||||
"afterPack": "./build/afterpack.js"
|
||||
"afterPack": "./build/after-pack.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"fs-extra": "2.0.0"
|
||||
|
||||
Reference in New Issue
Block a user