We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfd143 commit 1f9147fCopy full SHA for 1f9147f
service-worker.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
// update cache names any time any of the cached files change
4
-const CACHE_NAME = 'static-cache-v307';
+const CACHE_NAME = 'static-cache-v311';
5
6
// list of files to cache
7
const FILES_TO_CACHE = [
@@ -20,6 +20,7 @@ const FILES_TO_CACHE = [
20
'/manifest.js',
21
'/files.js',
22
'/links.js',
23
+ '/repos.js',
24
'/git/gitapi.js',
25
'/git/gitauth.js',
26
'/codedrop.js',
0 commit comments