mirror of
https://git.mills.io/prologic/zs.git
synced 2024-11-03 01:38:30 -04:00
Add static and minify to zs Docker build image for convenience
This commit is contained in:
parent
badeb140f2
commit
6ae9682132
2
Makefile
2
Makefile
@ -28,6 +28,8 @@ preflight: ## Run preflight checks to ensure you have the right build tools
|
|||||||
@./preflight.sh
|
@./preflight.sh
|
||||||
|
|
||||||
deps: ## Install any required dependencies
|
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 : DEBUG=1
|
||||||
dev : build ## Build debug version of zs (cli)
|
dev : build ## Build debug version of zs (cli)
|
||||||
|
Loading…
Reference in New Issue
Block a user