garden

Harold 2025-03-04T05:14:17.091419Z

Hello fellow gardeners! 🪷 After many years as a lein garden auto enjoyer, I am on to a project that uses shadow-cljs + deps.edn ... I found this repo: https://github.com/lambdaisland/garden-watcher --- it looks great, and actually works for the equivalent of lein garden once, but it's not clear what the command-line equivalent of lein garden auto is there. Anyone else? What are you using for this?

Harold 2025-04-10T15:56:22.595339Z

Nice! I was able to wrap lambdaisland/garden-watcher and get to a nice spot. Thanks for your thoughts.

2025-04-10T06:38:06.506249Z

We did use a watcher solution with shadow + deps. It was not lamdbaisland garden watcher, but something we built, heavily inspired by garden-watcher. We didn't use command-line to kick things off but in development we started the watcher when we started to system (we're using component)

2025-04-10T06:39:15.938259Z

But since then, we moved to a shadow-cljs build-hook solution where we register the CSS classes on macroexpansion time, similar to what ornament does: https://github.com/lambdaisland/ornament