devcards

2017-12-28T20:26:09.000225Z

@mhuebert has joined the channel

2017-12-28T20:27:14.000138Z

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 ""))