https://github.com/jooby-project/jooby/blob/34eb70cf2583e317d3c77f94d165bc8be7520bb5/jooby/src/main/java/io/jooby/AssetSource.java#L74 The path should not be prefix with a "/" when using the ClassLoader to load resources. `/META-INF/maven/org.webjars/` -> `META-INF/maven/org.webjars/`
jooby/jooby/src/main/java/io/jooby/AssetSource.java
Line 74 in 34eb70c
The path should not be prefix with a "/" when using the ClassLoader to load resources.
/META-INF/maven/org.webjars/->META-INF/maven/org.webjars/