Skip to content

Commit

Permalink
Update webpHero to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Dec 6, 2023
1 parent bafecaa commit 41bca5f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion KiwixWebApp-github.jsproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion KiwixWebApp.jsproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion scripts/Check-OfflineFilesList.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions www/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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);
}
});
1 change: 0 additions & 1 deletion www/js/lib/webpHeroBundle_0.0.0-dev.27.js

This file was deleted.

1 change: 1 addition & 0 deletions www/js/lib/webpHeroBundle_0.0.2.js

Large diffs are not rendered by default.

0 comments on commit 41bca5f

Please sign in to comment.