Using webjars, possible?
GoogleCodeExporter opened this issue · 0 comments
GoogleCodeExporter commented
Similar to the way of loading external Js file with the prefix of `http` I
would like to load JS files from classpath because I am using webjars and I do
not want to extract just fro testing purposes.
I could imagine `classpath` prefix.
Example
load:
- classpath:/META-INF/resources/webjars/underscore.string/2.3.0/underscore.string.js
- http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.6.0/underscore-min.js
- src/*.js
- src-test/*.js
Original issue reported on code.google.com by takac...@gmail.com
on 14 Apr 2014 at 6:50