devcards 2016-11-04

@johanatan has joined the channel

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?

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