Skip to content

Commit

Permalink
Update sw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbhughes authored May 12, 2024
1 parent 53b3d50 commit 8f9fde3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ var cacheName = 'egui-template-pwa';
var filesToCache = [
'./',
'./index.html',
'./barnsley_gui/barnsley_gui.js',
'./barnsley_gui/barnsley_gui_bg.wasm',
'./barnsley_gui.js',
'./barnsley_gui_bg.wasm',
];

/* Start the service worker and cache all of the app's content */
Expand Down

0 comments on commit 8f9fde3

Please sign in to comment.