From d26d959de8c990cad4798569e4ea2efc4e72f05f Mon Sep 17 00:00:00 2001 From: Cubo <55770955+cuboooooo@users.noreply.github.com> Date: Wed, 24 Jul 2024 22:48:58 -0400 Subject: [PATCH] Fixed a caching bug --- service-worker.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/service-worker.js b/service-worker.js index 48ac643..79e931c 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,11 +1,6 @@ const CACHE_NAME = 'app-cache-v1'; const FILES_TO_CACHE = [ - '/', - '/index.html', - '/style.css', - '/main.js', - '/sketch.js', - '/lb.js', + // i was caching things, but that meant that when I updated the app (frequently) those updates wouldnt send... '/img/android-chrome-192x192.png', '/img/android-chrome-512x512.png', '/img/apple-touch-icon.png'