Separating css and js - getting way too long to manage
This commit is contained in:
parent
e7b82006e0
commit
38cf394916
4 changed files with 727 additions and 733 deletions
2
sw.js
2
sw.js
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue