Separating css and js - getting way too long to manage

This commit is contained in:
Dan 2026-02-21 18:50:16 +00:00
parent e7b82006e0
commit 38cf394916
4 changed files with 727 additions and 733 deletions

2
sw.js
View file

@ -1,5 +1,5 @@
const CACHE = 'status-poster-v1';
const PRECACHE = ['.', 'index.html', 'manifest.json', 'sw.js', 'icon.svg'];
const PRECACHE = ['.', 'index.html', 'style.css', 'script.js', 'manifest.json', 'sw.js', 'icon.svg'];
self.addEventListener('install', e => {
e.waitUntil(