1
0
Fork 0

In web/*.jade.go target perform check for changes in templates.

This commit is contained in:
Alexander Andreev 2023-05-24 23:09:16 +04:00
parent 3696e1dfe1
commit 35468af206
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ${TARGET}:
go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go
go build -o bin/$@-clean ${LDFLAGS} cmd/$@-clean/main.go
web/*.jade.go:
web/*.jade.go: web/templates/*.jade
go install github.com/Joker/jade/cmd/jade@latest
go generate web/web.go