We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many thanks for this project, @mtravers!
In the example Leiningen project file, there is a reference to "src/cljc":
"src/cljc"
blockoid/example/project.clj
Line 30 in f429079
Line 43 in f429079
So, for lein figwheel to work, one needs to either mkdir src/cljc, or remove this from the project definition.
lein figwheel
mkdir src/cljc
The text was updated successfully, but these errors were encountered:
Merge pull request #2 from maacl/patch-2
558aa81
Removed reference to src/cljc
No branches or pull requests
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 figwheel
to work, one needs to eithermkdir src/cljc
, or remove this from the project definition.The text was updated successfully, but these errors were encountered: