Use different worker cache name per ui

Avoid to have users clear their browser caches
This commit is contained in:
Eike Kettner 2021-02-14 10:59:19 +01:00
parent 42053cacca
commit f29353adb3

View File

@ -1,5 +1,5 @@
// use a cacheName for cache versioning
var cacheName = 'v1:static';
var cacheName = 'v{{ flags.uiVersion }}:static';
// during the install phase you usually want to cache static assets
self.addEventListener('install', function(e) {