From 3d1fa0094806809c42e794fd1e17932f66849126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 5 Nov 2020 21:54:47 +0100 Subject: [PATCH] add TODO to makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- konnectd/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/konnectd/Makefile b/konnectd/Makefile index 4e4d64cbc..7a946748b 100644 --- a/konnectd/Makefile +++ b/konnectd/Makefile @@ -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}