Miffyli / sym

Website for detailed game mechanics
https://sym.gg
MIT License
43 stars 5 forks source link

Anticache #40

Open Miffyli opened 5 years ago

Miffyli commented 5 years ago

Currently updating the webpage requires users to do a full-refresh to get all JS/CSS files, which sometimes is quite tricky (e.g. mobiles). Add an anticaching via e.g. a dummy GET parameter, preferably something that is mostly automated so we do not have to update it constantly.

Miffyli commented 5 years ago

Fixed with server-side configs. Quite elegant and no need to mess around with GET fields.

Miffyli commented 4 years ago

Reopening this issue to remind about doing a proper implementation for this.