Remove unwanted spaces between <a> with help of sed in Makefile.
This commit is contained in:
parent
6f06ee8977
commit
8a2740e7ab
1
Makefile
1
Makefile
@ -26,6 +26,7 @@ ifeq (,$(wildcard $(shell go env GOPATH)/bin/templ))
|
||||
go install github.com/a-h/templ/cmd/templ@latest
|
||||
endif
|
||||
TEMPL_EXPERIMENT=rawgo $(shell go env GOPATH)/bin/templ generate
|
||||
sed -ri 's/a> "/a>"/g' web/*_templ.go
|
||||
|
||||
run: | ${TARGET}
|
||||
bin/${TARGET} -listen 127.0.0.1:18123 -database-path . -captcha-expiry 10m \
|
||||
|
Loading…
Reference in New Issue
Block a user