This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-12-05
Channels
- # adventofcode (41)
- # bangalore-clj (4)
- # beginners (283)
- # boot (62)
- # clara (9)
- # cljsrn (3)
- # clojure (112)
- # clojure-brasil (1)
- # clojure-greece (1)
- # clojure-korea (6)
- # clojure-russia (99)
- # clojure-spec (29)
- # clojure-uk (12)
- # clojurescript (34)
- # clojurex (5)
- # core-logic (1)
- # cursive (31)
- # datomic (30)
- # devcards (5)
- # editors (19)
- # emacs (31)
- # events (5)
- # garden (4)
- # hoplon (137)
- # lein-figwheel (3)
- # luminus (4)
- # mount (7)
- # off-topic (7)
- # om (18)
- # om-next (3)
- # onyx (88)
- # proton (1)
- # protorepl (6)
- # re-frame (48)
- # reagent (15)
- # spacemacs (41)
- # testing (1)
- # untangled (2)
- # yada (18)
@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.
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