Use go native embed lib for static assets

Use built in embed library to serve static files instead of the statik library
This commit is contained in:
Nicholas Thompson
2021-04-23 22:01:07 +02:00
parent f6c3b38976
commit d3576031bb
11 changed files with 6 additions and 29 deletions

View File

@@ -44,9 +44,6 @@ test:
docker:
docker build --tag invertergui .
statik:
statik -f -p=frontend -src=./frontend/root
lint:
docker run --rm -it \
-w /src -v $(shell pwd):/src \