Discussion:
[smc-discuss] [Git][smc/smc-website][4-font-download-automation] Add per-font zip file
Balasankar "Balu" C
2018-10-07 08:42:00 UTC
Permalink
Balasankar "Balu" C pushed to branch 4-font-download-automation at SMC / SMC Website


Commits:
371bbe7c by Balasankar "Balu" C at 2018-10-07T08:40:47Z
Add per-font zip file

- - - - -


1 changed file:

- update_fonts.sh


Changes:

=====================================
update_fonts.sh
=====================================
@@ -17,7 +17,8 @@ for font in "${fonts[@]}"; do
rm artifacts.zip
mv build/* .
rm -rf build
+ zip -qr "${font}.zip" . -i "*.ttf" -i "*.otf" -i "*.woff" -i "*.woff2" -j
cd ../ || exit
done

-zip -qr fonts-smc.zip . -i "*.ttf" -j
+zip -qr fonts-smc.zip . -i "*.ttf" -i "*.otf" -i "*.woff" -i "*.woff2" -j



View it on GitLab: https://gitlab.com/smc/smc-website/commit/371bbe7ca942915212ed283c7527bd39f67b61f3
--
View it on GitLab: https://gitlab.com/smc/smc-website/commit/371bbe7ca942915212ed283c7527bd39f67b61f3
You're receiving this email because of your account on gitlab.com.
Loading...