Many thanks for this project, @mtravers!
In the example Leiningen project file, there is a reference to "src/cljc":
|
:source-paths ["src/cljs" "src/cljc"] |
|
:source-paths ["src/cljs" "src/cljc"] |
So, for lein figwheel to work, one needs to either mkdir src/cljc, or remove this from the project definition.
Many thanks for this project, @mtravers!
In the example Leiningen project file, there is a reference to
"src/cljc":blockoid/example/project.clj
Line 30 in f429079
blockoid/example/project.clj
Line 43 in f429079
So, for
lein figwheelto work, one needs to eithermkdir src/cljc, or remove this from the project definition.