Conversation
Fully re-written to reuse code from leiningen rather than copy-pasting from leiningen. Depends on private functionality from leiningen 1.6.2 and so will likely break with 2.x. This should also resolve issue 1.
|
Failed with same error. I bumped the minor revision number to ensure I was getting the latest and ran lein install and lein deps but same error. All I did in the previous pull request was call remove to filter out null values before copy-to-jar. Adding :resources-path to my project.clj still provides an adequate workaround however. |
Fully re-written to reuse code from leiningen rather than copy-pasting
from leiningen. Depends on private functionality from leiningen 1.6.2
and so will likely break with 2.x.
This should also resolve issue #1.