mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-19 09:20:35 -04:00
Update webpHero to v0.0.2
This commit is contained in:
parent
bafecaa3f4
commit
41bca5f437
@ -192,7 +192,7 @@
|
||||
<Content Include="www\js\lib\zimfile.js" />
|
||||
<Content Include="www\js\lib\xzdec-wasm.wasm" />
|
||||
<Content Include="www\js\lib\zstddec-wasm.wasm" />
|
||||
<Content Include="www\js\lib\webpHeroBundle_0.0.0-dev.27.js" />
|
||||
<Content Include="www\js\lib\webpHeroBundle_0.0.2.js" />
|
||||
<None Include="Package.StoreAssociation.xml" />
|
||||
<Content Include="manifest.json" />
|
||||
<Content Include="service-worker.js" />
|
||||
|
@ -193,7 +193,7 @@
|
||||
<Content Include="www\js\lib\zimfile.js" />
|
||||
<Content Include="www\js\lib\xzdec-wasm.wasm" />
|
||||
<Content Include="www\js\lib\zstddec-wasm.wasm" />
|
||||
<Content Include="www\js\lib\webpHeroBundle_0.0.0-dev.27.js" />
|
||||
<Content Include="www\js\lib\webpHeroBundle_0.0.2.js" />
|
||||
<None Include="Package.StoreAssociation.xml" />
|
||||
<Content Include="manifest.json" />
|
||||
<Content Include="service-worker.js" />
|
||||
|
@ -18,7 +18,7 @@ $ListOfExemptions = (
|
||||
'www/img/icons/kiwix-64.png',
|
||||
'www/img/icons/kiwix-90.png',
|
||||
'www/img/Kiwix_icon_transparent_600x600.png',
|
||||
'www/js/lib/webpHeroBundle_0.0.0-dev.27.js'
|
||||
'www/js/lib/webpHeroBundle_0.0.2.js'
|
||||
)
|
||||
|
||||
# Get the absolute root directory
|
||||
|
@ -197,7 +197,7 @@ const precacheFiles = [
|
||||
'www/js/lib/zimDirEntry.js',
|
||||
'www/js/lib/zimfile.js',
|
||||
'www/js/lib/darkreader.min.js', // Don't move this or below to prevent them being deleted by the build process
|
||||
'www/js/lib/webpHeroBundle_0.0.0-dev.27.js',
|
||||
'www/js/lib/webpHeroBundle_0.0.2.js',
|
||||
'www/js/katex/katex.min.js',
|
||||
'www/js/katex/katex.min.css',
|
||||
'www/js/katex/contrib/auto-render.min.js',
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
/* global Windows, launchArgumentsUWP */
|
||||
/* global Windows, launchArgumentsUWP, webpHero */
|
||||
/* eslint-disable no-unused-vars */
|
||||
|
||||
// Set a global error handler to prevent app crashes
|
||||
@ -485,7 +485,7 @@ var webpMachine = false;
|
||||
webpScript.onload = function () {
|
||||
webpMachine = new webpHero.WebpMachine();
|
||||
}
|
||||
webpScript.src = 'js/webpHeroBundle_0.0.0-dev.27.js';
|
||||
webpScript.src = 'js/webpHeroBundle_0.0.2.js';
|
||||
document.head.appendChild(webpScript);
|
||||
}
|
||||
});
|
||||
|
File diff suppressed because one or more lines are too long
1
www/js/lib/webpHeroBundle_0.0.2.js
Normal file
1
www/js/lib/webpHeroBundle_0.0.2.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user