The following route definitions results in "string matching regex `\z' expected but `:' found
". Seems the parser does not expect any characters after 'staticDir".
GET / controllers.Application.index
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file
controllers.Assets.at(path="/public", file)
# Test pages
GET /public/ staticDir:public
Ideas?
Mike