diff --git a/src/main/resources/static/sw.js b/src/main/resources/static/sw.js index ee1d708..8534f0b 100644 --- a/src/main/resources/static/sw.js +++ b/src/main/resources/static/sw.js @@ -16,6 +16,7 @@ var urlsToCache = [ self.addEventListener('install', function (event) { // Perform install steps + self.skipWaiting(); event.waitUntil( caches.open(CACHE_NAME) .then(function (cache) {