Fork me on GitHub
#devcards
<
2016-02-11
>
grav10:02:24

Maybe you can comment if it’s the same problem you’re experiencing, and if the fix works for you?

maio12:02:07

@grav: nice I'll try that. I think I remember trying to set :watch-atom myself but that didn't work either (at same place as setting :inspect-data true)

grav12:02:43

No, unfortunately it’s done as (assoc opts :watch-atom false), so it’ll always overwrite whatever you supply

peeja20:02:18

Okay, this is a long-shot, but I did something and now my devcards app is a blank page and I have no idea why. Is that by any chance a known issue with a known cause?

peeja20:02:31

I don't get any console errors. All the JS appears to be loading.

peeja20:02:31

Hmm, now I'm getting goog.require could not find: figwheel.connect. I'm probably doing something wacky.

anmonteiro20:02:54

@peeja: probably an error being thrown in a macro

anmonteiro20:02:11

(reset-autobuild) should show you the stack trace

peeja21:02:43

…and now it's working. shrug simple_smile

meow21:02:00

¯\(ツ)

michaellopez21:02:30

how do I get a list of my “cards” going like at http://rigsomelight.com/devcards/#!/ I just have one the .core one...

peeja22:02:09

@michaellopez: That first page should list every namespace that has at least one card in it

peeja22:02:23

Maybe make sure the namespaces your cards are in are being required?