Skip to content

Commit fac129c

Browse files
committed
Add missing resetApp.js to build and SW
1 parent ed319a2 commit fac129c

3 files changed

+3
-0
lines changed

KiwixWebAppWikiMed-github.jsproj

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
<Content Include="www\js\lib\filecache.js" />
163163
<Content Include="www\js\lib\images.js" />
164164
<Content Include="www\js\lib\kiwixServe.js" />
165+
<Content Include="www\js\lib\resetApp.js" />
165166
<Content Include="www\js\lib\transformZimit.js" />
166167
<Content Include="www\js\lib\updater.js" />
167168
<Content Include="www\js\lib\transformStyles.js" />

KiwixWebAppWikiMed.jsproj

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
<Content Include="www\js\lib\filecache.js" />
164164
<Content Include="www\js\lib\images.js" />
165165
<Content Include="www\js\lib\kiwixServe.js" />
166+
<Content Include="www\js\lib\resetApp.js" />
166167
<Content Include="www\js\lib\transformZimit.js" />
167168
<Content Include="www\js\lib\updater.js" />
168169
<Content Include="www\js\lib\transformStyles.js" />

service-worker.js

+1
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ const precacheFiles = [
200200
'www/js/lib/images.js',
201201
'www/js/lib/kiwixServe.js',
202202
'www/js/lib/popovers.js',
203+
'www/js/lib/resetApp.js',
203204
'www/js/lib/settingsStore.js',
204205
'www/js/lib/transformStyles.js',
205206
'www/js/lib/transformZimit.js',

0 commit comments

Comments
 (0)