Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to mkdir src/cljc for the example to compile #2

Open
daslu opened this issue Nov 2, 2020 · 0 comments
Open

Need to mkdir src/cljc for the example to compile #2

daslu opened this issue Nov 2, 2020 · 0 comments

Comments

@daslu
Copy link

daslu commented Nov 2, 2020

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.

mtravers pushed a commit that referenced this issue Mar 31, 2021
Removed reference to src/cljc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant