-
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
modules
option is ignored
#450
Comments
Could you maybe provide an example repo to reproduce this issue? |
Thanks for the repo, very appreciated 😄 Based on your repo it seems that cljsbuild doesn't really ignore the setup. |
OK, now I see. The log from cljbuild
was so misleading, so that I never ended up waiting for it to finish. |
Created a follow up issue #467. |
Here's
project.clj
:lein cljsbuild once prod
seems to ignore this setup:However, standalone
build.clj
works well:lein run -m clojure.main build.clj
I've checked similar issue, in my case
:modules
is under:compiler
The text was updated successfully, but these errors were encountered: