diff options
Diffstat (limited to 'dist/sw.js')
-rwxr-xr-x | dist/sw.js | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,11 +2,11 @@ - + // @begin=js@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.17.0-beta-93d4479"; -// commit before the latest is 93d44790e9175f898c2f50b5bfe8e1d3a197ee53 +const static_cache_name = "site-static-1.0.17.1-beta-abd9011"; +// commit before the latest is abd9011fa84bdc1f6ee583e387d0ec686c3dc3ab // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! @@ -179,4 +179,4 @@ self.addEventListener("fetch", (evt) => { evt.respondWith(caches.match(evt.request).then((cache_res) => { return cache_res || fetch(evt.request); })) -}); +});
\ No newline at end of file |