Fork me on GitHub
#figwheel-main
<
2020-06-24
>
achikin13:06:17

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"]

achikin13:06:45

: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"]]

achikin13:06:09

I get the repl, but it’s not colored and no autocomplete

bhauman14:06:01

@achikin you need rebel-readline-cljs

achikin14:06:45

@bhauman thank you!

👍 3