aboutsummaryrefslogtreecommitdiffstats
path: root/build/image-optimization.sh
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-271-1/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(build): Ignore `default-source.svg` from image optimizationJoas Schilling2023-09-251-11/+16
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(assests): Ignore some more directories from optimizationJoas Schilling2023-04-241-4/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(assets): Require scour 0.38.2 (Ubuntu LTS 22.04+) for SVG optimizationJoas Schilling2023-04-241-0/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(assets): Ignore git-ignored directories on image optimizationJoas Schilling2023-04-141-0/+16
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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>