-
Notifications
You must be signed in to change notification settings - Fork 151
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
Checkouts projects without :cljsbuild causes warnings #413
Comments
@henriklundahl Could you provide a minimal setup where this issue can be reproduced? |
Yes, see https://github.com/henriklundahl/lein-cljsbuild-issue-413. This is the steps I took:
I should point out that everything seems to work despite of these warnings, so I don't think this is especially important to fix. Thanks! |
The problem is that Thoughts:
|
Regarding 1), I agree, changing the warning to include the relevant project would be helpful. Additionally, the warning should not be shown when the project is Clojure only. Regarding 2), currently, we use the cljsbuild config of checkouts to get the PRs are welcome 😉 |
I have a project which experiences this error, but neither it nor any of its checkouts are not using the new format. It is the case that some of the projects only specify a |
Here are actually three separate problems:
|
Note that double warning issue is easily reproducible on a project without (defproject cljsproj "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.8.51"]]
:plugins [[lein-cljsbuild "1.1.3"]]) then run |
Does anyone have a patch to fix this? |
When you have a ClojureScript project with a non-ClojureScript checkouts project these warnings:
Happens in lein-cljsbuild 1.1.0, but not 1.0.6.
The text was updated successfully, but these errors were encountered: