Bust cached stylesheet on deploy

This commit is contained in:
2026-07-30 18:37:39 -04:00
parent 5a780cefa8
commit 792714c6d5
12 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
const CACHE_NAME = "roast-planner-static-v6";
const CACHE_NAME = "roast-planner-static-v7";
// Only /app is precached as a navigable page: it is a data-free authenticated shell (draft
// data lives only in account-scoped local storage, and logout clears that namespace), so it is
// the one page that is both safe and useful to relaunch offline. The marketing page, auth
@@ -7,7 +7,7 @@ const CACHE_NAME = "roast-planner-static-v6";
// stale content.
const APP_SHELL = [
"/app",
"/app.css",
"/app.css?v=20260730-5ef8274",
"/worksheet.css",
"/manifest.webmanifest",
"/icon.svg",