figwheel-main

figwheel-main http://figwheel.org
achikin 2020-06-24T13:56:17.398800Z

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

achikin 2020-06-24T13:56:45.399100Z

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

achikin 2020-06-24T13:57:09.399500Z

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

bhauman 2020-06-24T14:21:01.400Z

@achikin you need rebel-readline-cljs

achikin 2020-06-24T14:24:45.400800Z

@bhauman thank you!

👍 1