-
```
Templates compiler uses different output directories in different Play!
versions:
- 2.1.x, 2.2.x - "src_managed"
- 2.3.x, 2.4.x - "twirl"
Provider parametrization needed. "src_managed" will be u…
-
Originally reported on Google Code with ID 52
```
when using Play 2.3 templates should be compiled in target/twirl/main and no more in
target/src_managed/main
https://github.com/playframework/playfr…
-
I love twirl, but its one down-side is legibility of the generated code due to excessive whitespace.
What do you guys think would be a good solution to this? Adding a scalariform pass is the first th…
eboto updated
9 years ago
-
I have a problem now (looks like a common issue for this kind of a project) I want to use i18n messages from Play in Scala.js subproject. So far, I couldn't find a way to do that.
May be you know the…
-
```
when using Play 2.3 templates should be compiled in target/twirl/main and no
more in target/src_managed/main
https://github.com/playframework/playframework/issues/2263
Thank you
```
Original …
-
```
when using Play 2.3 templates should be compiled in target/twirl/main and no
more in target/src_managed/main
https://github.com/playframework/playframework/issues/2263
Thank you
```
Original …
-
Going through the Play documentation, I'm not finding a section/page that describes "modules" and "plugins" well. It would be helpful to developers to understand the basic concepts of these.
-
```
Templates compiler uses different output directories in different Play!
versions:
- 2.1.x, 2.2.x - "src_managed"
- 2.3.x, 2.4.x - "twirl"
Provider parametrization needed. "src_managed" will be u…
-
```
Templates compiler uses different output directories in different Play!
versions:
- 2.1.x, 2.2.x - "src_managed"
- 2.3.x, 2.4.x - "twirl"
Provider parametrization needed. "src_managed" will be u…
-
> 작업환경
> - OS: windows 7 Enterprise K
> - PLAY: 2.3(activator-1.2.10-minimal)
> - YOBI: next branch
activator run(개발모드)으로 실행할 경우 하단의 Tag `@Author` is not recognised 를 포함하는 warning이 발생하지 않는데
activato…