Reputation: 14803
After migrating to Play 2.7.0-RC3
I get the following Compile Exception:
value css is not a member of org.webjars.play.WebJarsUtil
I use this in the Twirl-Template like:
// inject
@this(webJarsUtil: org.webjars.play.WebJarsUtil)
...
@Html(webJarsUtil.css("dataTables.semanticui.min.css"))
...
How do I have to use this with Play 2.7?
Upvotes: 1
Views: 571