From 0dd1e01ed534123343f7c88d4aefc581f48ee542 Mon Sep 17 00:00:00 2001 From: Marc Robledo Date: Thu, 18 Apr 2019 09:25:00 +0200 Subject: [PATCH] PWA fix attempt 1 --- _cache_service_worker.js | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_cache_service_worker.js b/_cache_service_worker.js index 4195691..7f8fa31 100644 --- a/_cache_service_worker.js +++ b/_cache_service_worker.js @@ -14,10 +14,10 @@ limitations under the License. */ -const PRECACHE = 'precache-v3'; +const PRECACHE = 'precache-v5'; const RUNTIME = 'runtime'; const PRECACHE_URLS = [ - 'index.html','./', + 'index.html',/*'./',*/ 'manifest.json', 'favicon.png', 'logo192.png', diff --git a/index.html b/index.html index 117ec3b..b64884d 100644 --- a/index.html +++ b/index.html @@ -122,7 +122,7 @@