Some quick fixes in this release.
-
Fixes: #95. Builds from
htmgo run
andhtmgo watch
will now output to./__htmgo/temp-build
and are cleaned up each time the server starts/restarts. Builds fromhtmgo build
will continue to go to the ./dist folder. -
Tailwind 4 was released, pushed an update to ensure when we download the tailwind cli, it stays at v3 for now to prevent breaking changes.
To get this update:
GOPROXY=direct go install github.com/maddalax/htmgo/cli/htmgo@latest