edgecase / dieter

Asset pipeline ring middleware
134 stars 22 forks source link

Need to be able to load assets from java resources #8

Closed jxa closed 12 years ago

jxa commented 12 years ago

Reported on the noir mailing list. John Szakmeister Reply-To: clj-noir@googlegroups.com The only issue I ran into was dealing with the assets in an uberjar. It doesn't try to access the assets in the jar, and then the asset-cache has to be on disk somewhere too. I'm curious if you have some model of how to package things up?

jxa commented 12 years ago

Combining this with #13