Fork me on GitHub
#devcards
<
2016-12-05
>
tord11:12:01

@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.

gowder16:12:53

Oh, I didn't notice that. Thanks @tord !

gowder16:12:38

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?

gadfly36117:12:50

@gowder, here is an alternative pure frontend template that has +devcards: https://github.com/gadfly361/reagent-figwheel

gadfly36117:12:32

@gowder Whoops, missed context - you arent searching for template - will read your post! 🙂