Asset caching kinda sucks
furudean opened this issue · 2 comments
furudean commented
Currently files in the asset folders are cached for a very long time. This is because they aren't filename versioned like the other css/js files, and the default cache time is really long.
Find a way to improve this!
furudean commented
Setting Cache-Control: no-cache
on non-filename-versioned content may be ok