|
|
|
|
|
by sureglymop
744 days ago
|
|
I do this too. Using a hot reload server and having live reload in the browser as I'm changing tailwind classes, go files or templ files is a very efficient workflow. Then for the actual build, everything is built and embedded in a single binary by conditionally using embed with build tags. I think that live feedback development cycle is probably the most satisfying way to code something by oneself. It did need quite a bit of messing around with tooling and my Makefiles are pretty big but at least I can reuse that in every new project. |
|
And what about "embed with build tags."? I embed every build now.