<p>Hello, and welcome to my devlog. This is where I talk about whatever coding I’ve been up to recently. Queries to <ahref="mailto:ajsWritesCode@gmail.com">ajsWritesCode@gmail.com</a>.</p>
<p>At the end of <ahref="cache-busting">my last post</a>, I had successfully written a script to stop stale CSS from getting stuck in the browser cache. It was a rough-and-ready solution — mine usually are — but it did the job. The one optimization I wanted to make was to ensure that the cache gets busted <em>only</em> when there is fresh CSS, as opposed to on every build. I had expected to get a nice long blog post out of this, but it turns out to be a very easy job.</p>