Skip to content

Commit 9aebb90

Browse files
author
MrSpamer Bot
committed
feat: auto cache-bust CSS/JS with content hash on deploy
Replace manual ?v=N versioning with MD5 content hashes generated during GitHub Actions deploy. No more forgotten version bumps.
1 parent ac23021 commit 9aebb90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The site deploys automatically to GitHub Pages when changes are pushed to the `m
8484

8585
### Important Notes
8686
- The deployment workflow references `./html` directory but files are in root - this may need correction
87-
- CSS is versioned in the HTML (`style.css?v=8`) - increment version when updating styles
87+
- CSS and JS cache busting is automatic — the deploy workflow replaces `?v=` with an MD5 content hash. No manual version bumps needed.
8888
- Ticket prices and Stripe links need manual updates each year
8989
- Conference date appears in multiple places (meta tags, welcome section, title) - update all instances
9090

@@ -97,7 +97,7 @@ The site deploys automatically to GitHub Pages when changes are pushed to the `m
9797
4. Update partner/sponsor logos and links
9898
5. Move previous year section to link to new YouTube playlist
9999
6. Update speaker photos in `img/speaker/`
100-
7. Increment CSS version parameter if styles changed
100+
7. CSS/JS cache busting is automatic (no action needed)
101101

102102
**Regular updates:**
103103
- Monitor and update ticket status (sold-out classes)

0 commit comments

Comments
 (0)