I'm quite new to using and deploying Play to heroku!
Yes it works deploying and my Procfile looks like this:
web: target/universal/stage/bin/appdude -Dhttp.port=${PORT}
However, when I'm running my framework on heroku, it displays only the text and not the fancy UI (javascript, css.....). So I'm just wondering if anyone knows what I'm missing?
I've followed the instruction on : http://www.playframework.com/documentation/2.2.1/ProductionHeroku.
But still, it occurs :(
Running on localhost:

Running on heroku:
