add TODO to makefile

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-11-05 21:54:47 +01:00
parent be10ccfb49
commit 3d1fa00948

View File

@@ -86,7 +86,12 @@ lint:
generate: assets
go generate $(GENERATE)
assets: assets/identifier/index.html
# TODO find a docker container with go and yarn so we can properly build assets in ci
#assets: assets/identifier/static assets/identifier/index.html
assets: assets/identifier/static
assets/identifier/static:
mkdir -p assets/identifier/static
curl -o assets/identifier/static/logo.svg ${LOGO_URL}
curl -o assets/identifier/static/favicon.ico ${FAVICON_URL}