Currently flower has one hard-coded logger.html and css file which would mean installing it on another game results in having a styled "Logger of Another World" instance which is kinda goofy.
Suggested changes:
- Move per-game files into their own folders
- Create build process that takes in a game's token as an argument and runs esbuild for that game's support file
- Have above mentioned build process also copy in the logger html and css files from the support directory
Tasks
Currently flower has one hard-coded logger.html and css file which would mean installing it on another game results in having a styled "Logger of Another World" instance which is kinda goofy.
Suggested changes:
Tasks