I\'m following a rails prelaunch signup tutorial. Bootstrap was working fine deployed on heroku, but then I modified the bootstrap_and_override file to include a logo. Whe
Run bundle exec rake assets:precompile on your local code
bundle exec rake assets:precompile
Commit the changes and deploy to heroku