Fork me on GitHub
#boot
<
2018-03-10
>
hmaurer16:03:15

I have a project with both .cljc and .cljs sources, and I would like to debug the code in .cljc files using boot repl. It seems, however, that I cannot require/use these files. I am getting the following error:

Could not locate proof_state__init.class or proof_state.clj on classpath

hmaurer16:03:02

I am using Clojure 1.9.0, Boot 2.7.2, and the :source-paths seems correctly specified in build.boot:

:source-paths #{"src/clj" "src/cljc" "src/cljs"}

hmaurer16:03:14

Any help would be appreciated 🙂

hmaurer16:03:32

Problem solved; nevermind!