Skip to content

Commit

Permalink
Remove old service worker and cache controller implementation; add ne…
Browse files Browse the repository at this point in the history
…w versions in public directory
  • Loading branch information
tech_e committed Sep 26, 2024
1 parent 5827b1e commit 8cfc08a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sw.js → public/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
importScripts('./src/worker/cache-controller.js', './src/worker/service.js');
importScripts('./worker/cache-controller.js', './worker/service.js');

const appName = 'multisplode',
version = '0.0.12';
Expand All @@ -7,8 +7,7 @@ const files =
[
'./',
'./index.html',
'./scripts/app.js',
'./css/base.css'
'./css/import-file.css'
];

const appNameId = appName + '-v' + version;
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8cfc08a

Please sign in to comment.