From d325677a1f6992ab590f7bf7f24681d7f3dd73a5 Mon Sep 17 00:00:00 2001 From: maddalax Date: Thu, 21 Nov 2024 07:54:23 -0600 Subject: [PATCH] Update README.md --- examples/minimal-htmgo/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/minimal-htmgo/README.md b/examples/minimal-htmgo/README.md index 118197a..1a0e0dc 100644 --- a/examples/minimal-htmgo/README.md +++ b/examples/minimal-htmgo/README.md @@ -5,3 +5,4 @@ Removes automatic support for: 1. live reloading 2. tailwind recompilation 3. page/partial route registration +4. Single binary (since /public/ assets is required to be there), normally htmgo uses the embedded file system in other examples such as https://github.com/maddalax/htmgo/blob/master/templates/starter/assets_prod.go