http://www.mariussoutier.com/blog/2013/08/25/requirejs-optimization-play-webjars/
A small app that shows how to organize your application with Play, WebJars, RequireJS and AngularJS.
It shows an alternative way of organizing modules than the official Angular-Play-Seed.
- Load dependencies via
play update
- Run via
play ~run
- Go to localhost:9000
- Produce executable via
play stage
- Run
target/start -Dhttp.port=9000