nodebox / seed

Procedural Content Generator
https://seed.emrg.be/
MIT License
22 stars 8 forks source link

Deploying to Firebase will return a stale version from cache #28

Closed fdb closed 6 years ago

fdb commented 6 years ago

Firebase Hosting aggresively caches all files, including JS and CSS files. This means that doing firebase deploy will not immediately show the new version on the web.

A solution would be to automatically append a md5 hash or timestamp to the file names in index.html.