I can’t get rebel-readline working with figwheel. The rebel dependency is there and I start figwhell from lein alias with "figwheel" ["trampoline" "run" "-m" "figwheel.main" "--build" "dev" "-r"]
:profiles {:dev {:source-paths ["src/cljs" "scripts" "src/cljc"]
:resource-paths ["target/app"]
:dependencies [[binaryage/devtools "1.0.0"]
[com.bhauman/figwheel-main "0.2.9"]
[com.bhauman/rebel-readline "0.1.4"]]
I get the repl, but it’s not colored and no autocomplete
@achikin you need rebel-readline-cljs
@bhauman thank you!