2019-10-22 UTC
# [qubyte] A lot of my site hinges, oddly, on the CSS. It all gets bundled and the content hashed to form part of the file name. The browser is instructed to cache it immutably. The knock on effect is that the CSS changing effectively invalidates all HTML files which reference it. Right now I have a pretty basic service worker based on one a while back by Jeremy Keith, but I could rework it to spot CSS changes and clear out/refresh everything using old