Skip to content
Snippets Groups Projects
Commit 9107ffa3 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

initial change

parent 96938f46
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment