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
This issue can also happen when you are cloning an app and using a CDN for your assets.
Comment out config.action_controller.asset_host in production.rb if your heroku app is a staging site.
config.action_controller.asset_host
production.rb