Scala Play 2.1.0 - Assets not appearing on Heroku? -


my app works fine in development (images show), when deploying heroku mysteriously disappear.

the code is

<img src="@routes.assets.at("images/myimage.png")"" /> 

is heroku messing or missing something?

make sure project's public directory in git repo.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -