forked from cadey/xesite
sw.js: bust cache
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
0b32b1da1c
commit
20d8217226
|
@ -5,7 +5,7 @@ self.addEventListener('install', function (event) {
|
||||||
event.waitUntil(preLoad());
|
event.waitUntil(preLoad());
|
||||||
});
|
});
|
||||||
|
|
||||||
const cacheName = "cache-xesite-2.1.1";
|
const cacheName = "cache-xesite-2.3.0";
|
||||||
|
|
||||||
var preLoad = function () {
|
var preLoad = function () {
|
||||||
console.log('[PWA Builder] Install Event processing');
|
console.log('[PWA Builder] Install Event processing');
|
||||||
|
|
Loading…
Reference in New Issue