use svg directly for favicon and PWA

This commit is contained in:
Simon Gardling
2022-06-02 01:33:51 -04:00
parent 157c835922
commit 7f55a5a3a3
8 changed files with 13 additions and 90 deletions

View File

@@ -43,6 +43,7 @@ sed -i "s/TextEncoder('utf-8')/TextEncoder('utf-8', { ignoreBOM: true, fatal: fa
minify pkg/ytbn_graphing_software.js > tmp/ytbn_graphing_software.js
cp www/* tmp/
cp assets/logo.svg tmp/
minify www/index.html > tmp/index.html
minify www/sw.js > tmp/sw.js