Posted on Apr 14, 2014 by
Swift Cat
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 ~~~
Status: New
Labels:
Type-Enhancement