website: some UI updates to the lab

This commit is contained in:
Rasmus Andersson 2019-05-27 14:19:08 -07:00
parent e32aae98d3
commit 727977bd4e
22 changed files with 305 additions and 98 deletions

View file

@ -32,6 +32,11 @@ for f in *.svg; do
svgo --multipass -q "$f" &
done
# crunch /docs/res/icons/*.svg
for f in icons/*.svg; do
svgo --multipass -q "$f" &
done
# crunch /docs/res/*.png
for f in *.png; do
TMPNAME=.$f.tmp