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

Warn when :source-paths, :resource-paths, and :asset-paths are not disjoint #235

Closed
micha opened this issue Jun 23, 2015 · 1 comment
Closed

Comments

@micha
Copy link
Contributor

micha commented Jun 23, 2015

;; what we want to ensure:

(let [{:keys [source-paths resource-paths]} (get-env)]
  (assert (not (clojure.set/intersection source-paths resource-paths asset-paths))))
@martinklepsch
Copy link
Member

To make jars source and resource paths are often set to the same value. With that in mind do we really want to warn about this?

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