Occasionally, and seemingly for no reason, I get \"not found: value routes\" compilation error in one of the view templates (after compilation). This happens either in Eclipse o
This happens when there is no route configuration for your Assets in the routes file.
routes
You must add this to your routes file:
GET /assets/*file controllers.Assets.at(path="/public", file)