aboutsummaryrefslogtreecommitdiffstats
path: root/build/image-optimization.sh
Commit message (Collapse)AuthorAgeFilesLines
* fix(CI): Check for the binaries we want to useJoas Schilling2023-01-051-3/+23
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix typo in variable name and make check more accurateJoas Schilling2020-07-011-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow to specify a directory and skip node_modules and testsJoas Schilling2020-04-211-9/+35
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't error when the directory is brokenJoas Schilling2020-04-211-7/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* FIx glob usage to avoid problems with directories that contain spacesJoas Schilling2020-04-211-4/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make the script better readableJoas Schilling2020-04-211-14/+30
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Switch around syntax of scour command for SVG image optimizationJan-Christoph Borchardt2019-01-081-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Move image-optimization.sh to build dirRoeland Jago Douma2017-07-241-0/+20
* We should not ship this! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>