@gowder: Good intro, but this is wrong:
> Here's what the builds section of my project.clj looks like (this is based off the awesome reagent frontend template, which I basically use for everything, and then add devcards on my own. Hmm... maybe there's a PR or a fork in here...)
The reagent template already has devcards support (I actually contributed that myself some time back). Just add the +devcards
flag to your lein new reagent
invocation.
Oh, I didn't notice that. Thanks @tord !
Hmm. I see, you're talking about the reagent template ( https://github.com/reagent-project/reagent-template ) --- I'm talking about the reagent-frontend template ( https://github.com/reagent-project/reagent-frontend-template ), which is the pure frontend one I tend to use. Unless I miss my guess, the latter doesn't have a devcards option?
@gowder, here is an alternative pure frontend template that has +devcards
: https://github.com/gadfly361/reagent-figwheel
@gowder Whoops, missed context - you arent searching for template - will read your post! 🙂