Skip to content

Commit

Permalink
Add missing resetApp.js to build and SW
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Dec 22, 2024
1 parent ed319a2 commit fac129c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions KiwixWebAppWikiMed-github.jsproj
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
<Content Include="www\js\lib\filecache.js" />
<Content Include="www\js\lib\images.js" />
<Content Include="www\js\lib\kiwixServe.js" />
<Content Include="www\js\lib\resetApp.js" />
<Content Include="www\js\lib\transformZimit.js" />
<Content Include="www\js\lib\updater.js" />
<Content Include="www\js\lib\transformStyles.js" />
Expand Down
1 change: 1 addition & 0 deletions KiwixWebAppWikiMed.jsproj
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
<Content Include="www\js\lib\filecache.js" />
<Content Include="www\js\lib\images.js" />
<Content Include="www\js\lib\kiwixServe.js" />
<Content Include="www\js\lib\resetApp.js" />
<Content Include="www\js\lib\transformZimit.js" />
<Content Include="www\js\lib\updater.js" />
<Content Include="www\js\lib\transformStyles.js" />
Expand Down
1 change: 1 addition & 0 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ const precacheFiles = [
'www/js/lib/images.js',
'www/js/lib/kiwixServe.js',
'www/js/lib/popovers.js',
'www/js/lib/resetApp.js',
'www/js/lib/settingsStore.js',
'www/js/lib/transformStyles.js',
'www/js/lib/transformZimit.js',
Expand Down

0 comments on commit fac129c

Please sign in to comment.