Fork me on GitHub
#figwheel-main
<
2020-01-22
>
Eric Ihli14:01:05

I'm using figwheel-main with ring-handler , much like https://figwheel.org/docs/your_own_page.html#create-a-ring-handler-that-handles-the-root-route When I edit my hiccup, is it possible to get the UI to hot-reload? Editing cljs or css files cause instant changes. But I haven't been able to get hiccup changes to hot-reload.

practicalli-johnny15:01:59

@ericihli from the documentation, it doesn't seem this is the complete code for running a the ring adapter, so suspect the server is not reloadable. In a normal ring server you specify the adapter and get reloading using the wrap-reolad middleware https://practicalli.github.io/clojure-webapps/reloading-the-application/