Returns the contents of a WebJar asset
Return the path of a WebJar asset Transforms a file lookup like "jquery.
Return the path of a WebJar asset Transforms a file lookup like "jquery.min.js" to the path sans-the webjars prefix, like "jquery/1.8.2/jquery.min.js"
A Play framework controller that is able to resolve webjar paths.
org.webjars.play.webJarFilterExpr can be used to declare a regex for the files that should be looked for when searching within webjars. By default all files are searched for.