stefcl
stefcl
@vietj ok nevermind, I was not aware of this limitation with method annotations, I still have some learning to do. If you are open to supporting various kind of controllers/routers,...
I had the route file used by play 2.x! in mind. it looks like that : ``` # Home page GET / controllers.Application.index # Tasks GET /tasks controllers.Application.tasks() POST /tasks/add...
I really love the idea of using a background process to build the app and convert JS assets. In the case of play2, it works with SBT, ninja uses Maven......
@gavinking Yes that's probably ceylon.build, (btw It's a good surprise to see that many ceylon projects popping up). I'll try to have a deeper look at ceylon.build, I can't really...
Perhaps it would be safer to use **copytruncate**, given that we can't invoke the _-k rotate_ command to tell squid to reopen the file? > copytruncate > Truncate the original...
Agreed, it probably wouldn't beat the current system in term of refreshing speed but I am almost certain it would be quite decent. Refreshing a play app with a couple...
Great, I look forward to hearing from you Thinking about it, it may even be possible to do the testing by using a custom task in your IDE without even...
I can't tell because I haven't used 2.2.0. There were some bugs with assets compiling under windows that prevented me from using it at all. But I can confirm that...
I tried brievly... That did not resolve the asset routing problem. However that solved the other issue regarding test deps that get included in dist. Does it work with your...
This one seems to work at first look... Have you found anything?