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

re-frame-utils-0.1.0.jar contains an 'out' directory with compiled sources #5

Open
lassemaatta opened this issue Oct 29, 2018 · 1 comment

Comments

@lassemaatta
Copy link

The .jar file contains a 6 megabyte directory called out which in turn contains compiled sources to cljs.core, re-frame, reagent etc. This causes a lot of warnings when building projects with shadow-cljs due to duplicate sources.

@eerohele
Copy link

I encountered the same issue and it's preventing me from using this library in my project.

PR #8 should fix this issue. Would it be possible to merge it and cut a new release?

eerohele added a commit to eerohele/re-frame-utils that referenced this issue Jan 20, 2020
The "resources" directory is in the classpath by default. That means it
ends up in the JAR file Leiningen creates.

Leiningen deletes everything in the "target" directory when it creates
the JAR file, so it's safe to put the test artifacts there.
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

2 participants