shadow-cljs

2026-04-28T10:06:39.975409Z

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}

thheller 2026-04-28T10:44:48.657019Z

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.

thheller 2026-04-28T10:45:04.263409Z

you can add :watch-dir "public" as a temporary measure. that should still work.

2026-04-28T11:29:37.780599Z

great, that fixes my immediate problem. looking forward to the new versions and thank you for your efforts as always 🫡

thheller 2026-04-28T13:23:25.420139Z

should be back to normal in 3.4.6

🙏 1
2026-04-28T13:37:31.653519Z

confirmed, works as expected on my end