From a10388dcde5677e5d1dd951afc361013de6b3eed Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms Date: Fri, 18 Feb 2022 12:21:54 +0100 Subject: initial change --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Makefile b/Makefile index ea261aa..46f1f62 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,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 npx svgo -q --config=config/svgo.config.js -- cgit v1.0