-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
- Split support files into directories and standardize their contents
- Create build process that accepts game support token as input
- Build process copies all required files to a known build directory
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request