Skip to content

Commit 0ae880b

Browse files
committed
bumped cache version to v4
1 parent a47d87e commit 0ae880b

1 file changed

Lines changed: 6 additions & 14 deletions

File tree

sw.js

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
1-
const CACHE_NAME = "zgm-static-v3";
1+
const CACHE_NAME = "zgm-static-v4";
22
const CORE_ASSETS = [
33
"./",
44
"./index.html",
5-
"./about.html",
6-
"./bible.html",
7-
"./sermons.html",
8-
"./bible-studies.html",
9-
"./ministries.html",
10-
"./events.html",
11-
"./missions.html",
12-
"./prayer.html",
13-
"./resources.html",
145
"./contact.html",
6+
"./maintenance.html",
157
"./assets/css/style.css",
16-
"./assets/css/bible.css",
178
"./assets/js/site.js",
18-
"./assets/js/bible.js",
19-
"./assets/js/bible-reader.js",
20-
"./assets/data/bible-books.json",
9+
"./assets/data/events.json",
10+
"./assets/data/sermons.json",
11+
"./assets/data/verses.json",
12+
"./assets/icons/favicon.ico",
2113
"./manifest.webmanifest"
2214
];
2315

0 commit comments

Comments
 (0)