From 6ae96821322f7dd31e028d39738e8ef9aeceb89c Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Thu, 16 Mar 2023 18:58:10 +1000 Subject: [PATCH] Add static and minify to zs Docker build image for convenience --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 098cc25..a4cf4b7 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,8 @@ preflight: ## Run preflight checks to ensure you have the right build tools @./preflight.sh deps: ## Install any required dependencies + @$(GOCMD) install github.com/tdewolff/minify/v2/cmd/minify@latest + @$(GOCMD) install git.mills.io/prologic/static@latest dev : DEBUG=1 dev : build ## Build debug version of zs (cli)