Fork me on GitHub
#devcards
<
2022-09-13
>
Mikko Koski12:09:39

Is there a function I could call from REPL to rerender all devcards?

timothypratley03:10:40

Calling start-devcard-ui! rerenders all devcards;

(defn ^:after-load on-reload []
  (dc/start-devcard-ui!)
  (println "reloaded"))