blurts-server icon indicating copy to clipboard operation
blurts-server copied to clipboard

Add CSS Cache-busting String

Open maxxcrawford opened this issue 3 years ago • 1 comments

When deploying new CSS, we should add a cache-busting string on the end of the CSS link:

<link rel="stylesheet" href="/dist/app.min.css?v=1617991325870">

maxxcrawford avatar Apr 09 '21 18:04 maxxcrawford

Could do this by concat, minify, then hash the resulting css file and append the hash as url param.

groovecoder avatar Jun 17 '21 20:06 groovecoder

Closing since we've redesigned the site and functionality since this was created. If you feel that this is still needed, please let me know.

EMMLynch avatar Mar 07 '24 21:03 EMMLynch