diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-03-11 16:31:02 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-03-11 16:31:02 +0100 |
| commit | cc50fad59749280b6b034215b34f9ddd404be064 (patch) | |
| tree | a5635895c50f6a77abb27c3c18e20c3e8bb71e2d /Makefile | |
| parent | 7f210d5547c104cdea1da50ffbf5a5f327e3409b (diff) | |
only optimize blue iconsicon-creation
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ clean-icons: find public/assets/images/icons -type f -not -path '*blue*' -delete optimize-icons: npm - find public/assets/images/icons -type f | xargs -P0 npx svgo -q --config=config/svgo.config.js + find public/assets/images/icons/blue -type f | xargs -P0 npx svgo -q --config=config/svgo.config.js icons: optimize-icons find public/assets/images/icons/blue -type f -print0 | xargs -0 -n1 -I{} echo 'sed "s/#28497c/#000000/" {} > {}' | sed 's#icons/blue#icons/black#2' | sh |
