-
I noticed that when using Play 2.4.x with sbt-scalariform incremental compilation breaks because sbt-scalariform is constantly reformatting the generated routes files.
I was able to overcome this by …
-
* Swagger
or
* Something better
-
I wanted to integrate webjars, play-bootstrap in my play 2.6 project.
The problem is that the webjars needs to be injected into the view, then I can't pass or load params in these templates anymore…
-
Hello,
writing here because I couldn't find an email ;-)
In the examples the main template is rendering the whole body
of the Tree/Leafs with
@Html(page.body)
Is it possible to …
-
When using templates I usually use the locate method in my base template to add javascripts and stylesheets.
To do so efficiently I have to pass the webJarAssets variable through all templates that…
busti updated
7 years ago
-
After I upgraded scala.js to 0.6.11 (released on maven, might not be on scala.js website as the moment), I see this error:
``` scala
.../ancillary/investor_events.proto]
java.lang.VerifyError: Bad ty…
-
A Play Framework build that passed with gradle 3.5 is broken in gradle 4.0.1. I had a look at the release notes and I did not see any migration procedure regarding Play Framework. There may be a regre…
-
Hi,
I have encountered a very strange error wit b4.
```
java.lang.NoSuchMethodError: play.routes.compiler.inject.twirl.forwardsRouter_Scope0$forwardsRouter._display_(Ljava/lang/Object;Lscala/refl…
-
It would be nice to support commenting of Play Twirl template files
https://www.playframework.com/documentation/2.5.x/ScalaTemplates#Comments
-
The current plugin "only" adds / updates headers on unmanaged sources.
It would be nice if it dealt with managed sources as well, at least optionally - I'm using sbt-boilerplate to generate some bo…