diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-19 16:03:22 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-19 16:03:22 +0800 |
commit | 0d339db260f687bdbc0c86d775d71c3b25f20fbe (patch) | |
tree | 3effd8e5550fe132958a341d4e9e9947af5e609a | |
parent | Add gohtmplgen to the build process (diff) | |
download | forge-0d339db260f687bdbc0c86d775d71c3b25f20fbe.tar.gz forge-0d339db260f687bdbc0c86d775d71c3b25f20fbe.tar.zst forge-0d339db260f687bdbc0c86d775d71c3b25f20fbe.zip |
Revert "Add gohtmplgen to the build process"
This reverts commit c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | resources.go | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -17,5 +17,3 @@ version.go: clean: $(RM) forge version.go vendor -htmpl.go: htmpl/* - gohtmplgen -o htmpl.go htmpl/* diff --git a/resources.go b/resources.go index d689e6f..c1b4a9b 100644 --- a/resources.go +++ b/resources.go @@ -20,7 +20,7 @@ import ( //go:embed *.go go.mod go.sum //go:embed *.scfg //go:embed Makefile -//go:embed static/* htmpl/* templates/* scripts/* sql/* +//go:embed static/* templates/* scripts/* sql/* //go:embed hookc/*.c //go:embed vendor/* var sourceFS embed.FS |