Progressive Web App

This commit is contained in:
Simon Gardling
2022-04-20 14:23:48 -04:00
parent 9afa4d86bc
commit 1082aa31b4
11 changed files with 178 additions and 105 deletions

View File

@@ -33,7 +33,7 @@ sed -i 's/fatal: true/fatal: false/g' tmp/ytbn_graphing_software.js
sed -i "s/TextEncoder('utf-8')/TextEncoder('utf-8', { ignoreBOM: true, fatal: false })/g" tmp/ytbn_graphing_software.js
cp www/index.html www/style.css tmp/
cp www/* tmp/
echo "Total size: $(du -sb tmp)"
echo "Binary size: $(du -sb tmp/ytbn_graphing_software_bg.wasm)"