run gixy after template expansion

This commit is contained in:
Daniel Micay 2022-06-30 04:40:50 -04:00
parent b31cb10a69
commit 6a5103d5cd

View File

@ -24,8 +24,6 @@ RELEASES_BASE=${RELEASES_BASE:-https://releases.grapheneos.org}
rm -rf nginx-tmp rm -rf nginx-tmp
cp -a nginx nginx-tmp cp -a nginx nginx-tmp
gixy nginx-tmp/nginx.conf
rm -rf static-tmp rm -rf static-tmp
cp -a static static-tmp cp -a static static-tmp
rm -rf static-tmp/js/fastboot/{!(dist),dist/!(fastboot.min.mjs|fastboot.min.mjs.map|vendor)} rm -rf static-tmp/js/fastboot/{!(dist),dist/!(fastboot.min.mjs|fastboot.min.mjs.map|vendor)}
@ -74,6 +72,8 @@ for device in ${devices[@]}; do
done done
sed -i "$replace" static-tmp/releases.html sed -i "$replace" static-tmp/releases.html
gixy nginx-tmp/nginx.conf
xmllint --noout static-tmp/**/*.html xmllint --noout static-tmp/**/*.html
validatornu --Werror --also-check-css --also-check-svg static-tmp/**/!(bimi).@(css|html|svg) validatornu --Werror --also-check-css --also-check-svg static-tmp/**/!(bimi).@(css|html|svg)
find static-tmp -name '*.html' -exec html-minifier --collapse-whitespace \ find static-tmp -name '*.html' -exec html-minifier --collapse-whitespace \