Fork me on GitHub
#cider
<
2016-03-30
>
malabarba14:03:18

@rmuslimov what exactly did you add to project.clj? If it's not documented on the Readme, then it's a bug. 😛

pbostrom14:03:07

fwiw, I had the same problem with cljs files going to the clj REPL by default, but it appears related to the mode of the source buffer. My cljs source are set to Clojure mode by default, but if I force them to ClojureScript mode then they are targeted at the appropriate REPL

malabarba16:03:56

@pbostrom then it's certainly something in your configs. You've set cljs files to open in clojure-mode somewhere.

pbostrom17:03:59

yep, some old legacy config before clojure mode supported .cljs by default

rmuslimov17:03:18

@malabarba: I added next chunk of code to project.clj

rmuslimov17:03:13

I will try to reproduce this on minimal configuration and report the issue