Skip to content

Commit a6ff6ab

Browse files
etewiahclaude
andcommitted
Bump service worker cache to v9 for CSS refresh
Force browsers to fetch the newly rebuilt CSS files with all responsive utilities. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 90abfd3 commit a6ff6ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/service-worker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// PropertyWebBuilder Service Worker
22
// Provides offline caching and performance optimization
33

4-
const CACHE_NAME = 'pwb-cache-v8';
5-
const STATIC_CACHE_NAME = 'pwb-static-v8';
6-
const IMAGE_CACHE_NAME = 'pwb-images-v8';
4+
const CACHE_NAME = 'pwb-cache-v9';
5+
const STATIC_CACHE_NAME = 'pwb-static-v9';
6+
const IMAGE_CACHE_NAME = 'pwb-images-v9';
77

88
// Static assets to pre-cache
99
const STATIC_ASSETS = [

0 commit comments

Comments
 (0)