From 9147a45d293b2f2c2c740ba36805d17a9e6aa845 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 21 Aug 2024 02:01:42 +0200 Subject: Add TODOs --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f6ab10f..b8a4aea 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ watch: ls euro-cash.eu | entr -r ./euro-cash.eu -no-email -port $${PORT:-8080} # Build a release tarball for easy deployment +# TODO: Minify CSS release: all-i18n [ -n "$$GOOS" -a -n "$$GOARCH" ] tar -cf euro-cash.eu-$$GOOS-$$GOARCH.tar.gz euro-cash.eu data/ static/ -- cgit v1.2.3