]> Nishi Git Mirror - aya.git/commitdiff
Add static and minify to zs Docker build image for convenience
authorJames Mills <1290234+prologic@users.noreply.github.com>
Thu, 16 Mar 2023 08:58:10 +0000 (18:58 +1000)
committerJames Mills <1290234+prologic@users.noreply.github.com>
Thu, 16 Mar 2023 08:58:10 +0000 (18:58 +1000)
Makefile

index 098cc252a99b0d0825cf43e3f5001b99db86d369..a4cf4b7f5e56b832dc01ae550e320c33bc5877e4 100644 (file)
--- 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)