Completed
Details
Details
Assignee
Luke VanderHart
Luke VanderHartReporter
Creighton Kirkendall
Creighton KirkendallApproval
Accepted
Patch
Code
Priority
Created January 21, 2012 at 3:27 AM
Updated July 27, 2013 at 10:00 PM
Resolved July 27, 2013 at 10:00 PM
Currently :libs and :externs pull from the file system only and
have no option to pull from the classpath for resources. This makes
it almost impossible for someone to develop a library that has
external dependencies that are not clojurescript (goog.dom.query) and
deploy it as a jar or zip. The attached patch adds support
for classpath resources resolution to make it easier to bundle these
resources in with the libraries.