Fork me on GitHub
#cider
<
2015-12-30
>
crocket06:12:09

It seems js/ is not available for auto-completion on my cider REPL.

codemartin12:12:30

crocket: are you sure it's not connected to a JVM nrepl session?

crocket12:12:08

The figwheel REPL is launched via JVM nREPL.

bostonaholic23:12:43

(require '[app.home :as home]) cannot find ./src-cljs/app/home.cljs, is there a setting for cider I am missing?

bostonaholic23:12:37

I have :cljsbuild {:builds {:dev {:source-paths ["src-cljs" "src-cljc"] in my project.clj for cljsbuild