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

Use checksums to notice modifications in files in JARs #29

Closed
emezeske opened this issue Feb 15, 2012 · 2 comments
Closed

Use checksums to notice modifications in files in JARs #29

emezeske opened this issue Feb 15, 2012 · 2 comments
Labels

Comments

@emezeske
Copy link
Owner

One problem that I have personally experienced, and have heard others complaining about, is the project not being rebuilt when an upstream JAR that contains CLJS code is updated. This is due to timestamps being used for noticing modifications, but JAR-ed files don't contain timestamps. So, lein-cljsbuild should keep track of checksums for those files, and use that to notice modifications.

@cemerick
Copy link
Collaborator

Not clear on what this would be. Any CLJS code in upstream .jar files would be dependencies of your project, which the ClojureScript compiler would resolve, not cljsbuild.

Am I misunderstanding the intent here?

@emezeske
Copy link
Owner Author

Whew, that's an old issue. Short of reconstructing my state of mind when I created it, I don't think we're going to ever understand what I was thinking. Your note on the dependencies makes sense to me, so I'll close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants