Fork me on GitHub
#devcards
<
2017-12-28
>
mhuebert20:12:14

Using devcards without figwheel, is there a better way to trigger a refresh than something like the following?

(defn refresh-devcards!
  "Trigger refresh by `put!`-ing to the devcards event channel,
   like Figwheel would."
  []
  (put! devcards/devcard-event-chan ""))