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
Post a Comment