website: some UI updates to the lab
This commit is contained in:
parent
e32aae98d3
commit
727977bd4e
22 changed files with 305 additions and 98 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue