homebysix / recipe-robot

A kick ass tool for creating AutoPkg recipes.
Apache License 2.0
300 stars 28 forks source link

optimize images #126

Closed keeleysam closed 6 years ago

keeleysam commented 6 years ago

they are hella smaller now

homebysix commented 6 years ago
$ git branch
* master
  pr/126

$ du -sh images/
2.8M    images/

vs

$ git branch
  master
* pr/126

$ du -sh images/
2.5M    images/

Thank you!