devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
johanatan 2016-11-04T00:01:09.000147Z

Hi, I recently switched to a devcards setup (and am using the default lein template for such). Now I have devcards sweetness but my ordinary 'dev' figwheel has become broken. The server is re-compiling on file changes and the browser is receiving a notification that things changed & re-downloading the relevant files but I do not see any result updated in my actual browser window. Can anyone help?

johanatan 2016-11-04T00:39:32.000148Z

Found it: I was missing this :on-jsload "my-app.core/mount-root" from my :figwheel options for the :dev config (which came originally from the re-frame template)

👍 1