Skip to content

CLI 1.0.6

Latest
Compare
Choose a tag to compare
@maddalax maddalax released this 24 Jan 17:56

Some quick fixes in this release.

  1. Fixes: #95. Builds from htmgo run and htmgo watch will now output to ./__htmgo/temp-build and are cleaned up each time the server starts/restarts. Builds from htmgo build will continue to go to the ./dist folder.

  2. 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