Skip to content

Commit 02bfb5a

Browse files
committed
fix: adjust cached paths
1 parent 564ff83 commit 02bfb5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/service-worker.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_VERSION = 'v4';
1+
const CACHE_VERSION = 'v5';
22
const CACHE_NAME = `led-vocab-${CACHE_VERSION}`;
33

44
const ASSETS_TO_CACHE = [
@@ -16,7 +16,8 @@ const ASSETS_TO_CACHE = [
1616
'3rd-party/bootstrap-icons/fonts/bootstrap-icons.woff2',
1717
'fonts/JF-Dot-jiskan16-1990.woff2',
1818
'js/app.js',
19-
'js/data-sources.js',
19+
'js/CustomLists.js',
20+
'js/DataSources.js',
2021
'js/DisplayBuffer.js',
2122
'js/DisplayBufferPair.js',
2223
'js/effects.js',

0 commit comments

Comments
 (0)