Tuesday, June 26, 2012

Heroku stack does not use the asset pipeline

My rails apps hosted in heroku does not use the asset pipeline. When I do the git push heroku master, I get the following message
-----> Preparing app for Rails asset pipeline
       Detected manifest.yml, assuming assets were compiled locally
To solve this delete the public/assets directory so that rails does not use the static assets anymore