Skip to content

Commit

Permalink
Add test files to precache code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Sep 5, 2023
1 parent 7480fc9 commit 0fe7809
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ const precacheFiles = [
'www/js/lib/zimArchiveLoader.js',
'www/js/lib/zimDirEntry.js',
'www/js/lib/zimfile.js',
// Test files for loading wabac and wombat
'www/js/lib/load.js',
'www/js/lib/wabac.js',
'www/js/lib/wombat.js',
'www/topFrame.html'
'node_modules/bootstrap/dist/js/bootstrap.bundle.min.js',
'node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map',
'node_modules/bootstrap/dist/css/bootstrap.min.css',
Expand Down

0 comments on commit 0fe7809

Please sign in to comment.