issues
search
lovebrew
/
bundler
Web-based service for building games for LÖVE Potion
https://bundle.lovebrew.org
MIT License
2
stars
4
forks
source link
Feature: Caching
#13
Closed
TurtleP
closed
5 months ago
TurtleP
commented
5 months ago
Updates
The frontend will now cache compiled binaries and 3DS assets for 3 days
These are reused on subsequent submits, but if a file changes it gets cached instead
Not sure if we can/want to remove the old file or just let it be removed after 3 days because whatever
Cleaned up some of the frontend code
The MediaConverter no longer puts the log file into its file array to return
Logs are only bundled into the resulting zip if they were not from cached data
Updates