File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
97974 . Update partner/sponsor logos and links
98985 . Move previous year section to link to new YouTube playlist
99996 . 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)
You can’t perform that action at this time.
0 commit comments