Hi all! Config like below used to be enough to get shadow-cljs to hot reload edits to .css file inside the dev http folder, but it stopped doing that at some point - code reloads just fine but the .css file does not. Am I missing some setting, or any other ideas how to diagnose/debug this?
:devtools
{:http-root "public"
:http-port 8280}
I broke that in the 3.4.x versions and got side-tracked fixing it. Will see if I can get to it later today.
you can add :watch-dir "public" as a temporary measure. that should still work.
great, that fixes my immediate problem. looking forward to the new versions and thank you for your efforts as always 🫡
should be back to normal in 3.4.6
confirmed, works as expected on my end