This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-17
Channels
- # admin-announcements (4)
- # beginners (35)
- # boot (183)
- # cider (28)
- # cljs-dev (4)
- # cljsjs (1)
- # cljsrn (5)
- # clojure (52)
- # clojure-austin (4)
- # clojure-russia (83)
- # clojure-sdn (1)
- # clojure-uk (18)
- # clojurescript (48)
- # core-matrix (5)
- # cursive (4)
- # datomic (23)
- # devcards (2)
- # dirac (43)
- # editors (2)
- # emacs (4)
- # events (5)
- # funcool (2)
- # hoplon (81)
- # immutant (3)
- # juxt (3)
- # ldnclj (1)
- # luminus (12)
- # off-topic (6)
- # om (72)
- # onyx (32)
- # parinfer (2)
- # pedestal (1)
- # proton (6)
- # protorepl (3)
- # re-frame (30)
- # reagent (2)
- # spacemacs (2)
- # specter (1)
- # testing (1)
- # uncomplicate (3)
- # untangled (15)
- # yada (10)
but it's much more of a pain to lein repl
and wait for it to start and then type something in
see this: https://github.com/binaryage/dirac/blob/master/src/agent/dirac/agent_impl.clj#L132-L133 you might need to wrap your figwheel init code in future and execute it later
I tried putting this stuff in a project namespace and requiring it in the init, but I don't think the project namespaces are available in the init stage
not sure how this works exactly, still open problem with dirac as well: https://github.com/binaryage/dirac/issues/8
I'm trying to put the commands to start figwheel in a project namespace, but I can't seem to require the project namespace in the :init