From 9107ffa3b18526b6f47b4a56e590d9c4c04e7a66 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Fri, 18 Feb 2022 12:21:54 +0100 Subject: [PATCH] initial change --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Makefile b/Makefile index 09b1f029ef1..2c3be15056a 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,16 @@ test-unit: $(CODECEPT) catalogs: npm $(CATALOGS) +# black = #000000 +# blue = #28497c +# green = #00962d +# grey = #6e6e6e +# red = #cb1800 +# white = #ffffff +# yellow = #ffad00 +icons: + declare -A colorMap=(["black"]="#000000" ["green"]="#00962d" ["grey"]="#6e6e6e" ["red"]="#cb1800" ["white"]="#ffffff" ["yellow"]="#ffad00") + optimize-icons: npm find public/assets/images/icons -type f | xargs -P0 $(NPM_BIN)/svgo -q --config=config/svgo.config.js -- GitLab