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"
Return the bootstrapping required for require.
Return the bootstrapping required for require.js so that assets can be located using the "webjars!" loader plugin convention.
A Play framework controller that is able to resolve webjar paths. In addition a various JavaScript modules can be produced that are able to resolve WebJar paths on the client side. requirejs is an example of this.
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.
org.webjars.play.webJarPathPrefix specifies where WebJar resources are loaded from. /webjars is the default.