@maio Just did a pull request with a fix: https://github.com/bhauman/devcards/pull/98
Maybe you can comment if it’s the same problem you’re experiencing, and if the fix works for you?
@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
)
No, unfortunately it’s done as (assoc opts :watch-atom false)
, so it’ll always overwrite whatever you supply
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?
I don't get any console errors. All the JS appears to be loading.
Hmm, now I'm getting goog.require could not find: figwheel.connect
. I'm probably doing something wacky.
@peeja: probably an error being thrown in a macro
(reset-autobuild)
should show you the stack trace
…and now it's working. shrug :simple_smile:
¯\(ツ)/¯
how do I get a list of my “cards” going like at http://rigsomelight.com/devcards/#!/ I just have one the .core one...
@michaellopez: That first page should list every namespace that has at least one card in it
Maybe make sure the namespaces your cards are in are being required?
oh, i see, maybe like in this file… https://github.com/bhauman/devcards/blob/master/example_src/devdemos/start_ui.cljs