Fork me on GitHub
#devcards
<
2016-11-04
>
johanatan00:11:09

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?

johanatan00:11:32

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)