[smc-discuss] [Git][smc/smc-website][4-font-download-automation] Add per-font zip file

Balasankar "Balu" C gitlab at mg.gitlab.com
Sun Oct 7 01:42:00 PDT 2018


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.smc.org.in/pipermail/discuss-smc.org.in/attachments/20181007/5522c164/attachment-0002.html>


More information about the discuss mailing list