tuplejump / play-yeoman

Play + Yeoman integration sbt and play plugins
Apache License 2.0
237 stars 58 forks source link

Play Yeoman does not find yeoman route in production #83

Closed malterb closed 8 years ago

malterb commented 8 years ago

I updated from 2.3 to 2.4 and every route works (rest api) but the yeoman assets route on prod. No matter which asset I try, I get "Route not found".

It works fine in dev mode, only if I switch to production it gives me errors. Is there a setting I am missing? Do I need to update something besides using 0.8.1?

malterb commented 8 years ago

Found the issue: I had relied on the build task and not the default task. adding build task to default task solved the issue