From 11bcf42cb3c4bfd068a8905d57dcf0b6e1a1066f Mon Sep 17 00:00:00 2001 From: Marc Robledo Date: Thu, 18 Apr 2019 09:26:40 +0200 Subject: [PATCH] PWA fix attempt 2 --- _cache_service_worker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_cache_service_worker.js b/_cache_service_worker.js index 7f8fa31..e64fcd2 100644 --- a/_cache_service_worker.js +++ b/_cache_service_worker.js @@ -14,10 +14,10 @@ limitations under the License. */ -const PRECACHE = 'precache-v5'; +const PRECACHE = 'precache-v6'; const RUNTIME = 'runtime'; const PRECACHE_URLS = [ - 'index.html',/*'./',*/ + 'index.html','/RomPatcher.js/', 'manifest.json', 'favicon.png', 'logo192.png',