Fork me on GitHub
#cider
<
2015-12-01
>
bozhidar05:12:27

@r0man: feel free to open a ticket so we won’t forget about this

gabe20:12:10

trying to get cider-jack-in-clojurescript working with settings based off of this

gabe20:12:22

not having much luck

gabe20:12:00

the :init option under :repl-options isn’t being respected

gabe20:12:53

@benedek: do you use cider-jack-in?

benedek20:12:10

and then start figwheel from the repl

gabe20:12:22

that works. thx!

benedek20:12:29

and star cljs repl using figwheel api

benedek20:12:38

no worries

gabe20:12:08

i was trying to avoid using making those 3 calls

benedek20:12:25

also note that latest cider will route evals to the right repl

gabe20:12:48

is there a way to read from a script when the repl starts?

benedek20:12:04

ah you want to hack that I see

gabe20:12:52

i would like to use cider-jack-in-clojurescript but customize the port

benedek20:12:23

I would implement that in dev/user. clj

benedek20:12:50

if you want to do some init steps after the repl started up I would use user. clj

gabe20:12:37

just add dev as a source path?