Skip to content

Commit 467c593

Browse files
committed
Refresh service worker cache for updated assets
1 parent bf2a6fa commit 467c593

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

app/sw.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Viz Magic — Service Worker
2-
var CACHE_NAME = 'viz-magic-v7';
2+
var CACHE_NAME = 'viz-magic-v8';
33
var ASSETS = [
44
'/',
55
'/index.html',
@@ -32,18 +32,31 @@ var ASSETS = [
3232
'/js/engine/checkpoint.js',
3333
'/js/engine/block-processor.js',
3434
'/js/engine/state-engine.js',
35+
'/js/engine/daily-leaderboard-storage.js',
36+
'/js/engine/daily-leaderboard.js',
3537
'/js/ui/sound.js',
3638
'/js/ui/components/progress-bar.js',
3739
'/js/ui/components/toast.js',
3840
'/js/ui/components/modal.js',
3941
'/js/ui/components/nav.js',
4042
'/js/ui/screens/landing.js',
4143
'/js/ui/screens/onboarding.js',
44+
'/js/ui/screens/login.js',
4245
'/js/ui/screens/home.js',
4346
'/js/ui/screens/character.js',
4447
'/js/ui/screens/hunt.js',
4548
'/js/ui/screens/inventory.js',
4649
'/js/ui/screens/chronicle.js',
50+
'/js/ui/screens/arena.js',
51+
'/js/ui/screens/guild.js',
52+
'/js/ui/screens/map.js',
53+
'/js/ui/screens/marketplace.js',
54+
'/js/ui/screens/crafting.js',
55+
'/js/ui/screens/quests.js',
56+
'/js/ui/screens/world-boss.js',
57+
'/js/ui/screens/settings.js',
58+
'/js/ui/screens/help.js',
59+
'/js/ui/screens/leaderboard.js',
4760
'/js/ui/app.js'
4861
];
4962

0 commit comments

Comments
 (0)