Webjars-play only supports the Assets.at route (located in the nastyReflection).
If I have an assets route like this
GET /assets/file controllers.Assets.versioned(path="public", file: Asset)
Results in an InvocationTargetException, because the at method is not there.
Webjars-play only supports the
Assets.atroute (located in the nastyReflection).If I have an assets route like this
Results in an
InvocationTargetException, because theatmethod is not there.