CSS loading locally but not in Heroku for a rails app

后端 未结 11 1810
梦谈多话
梦谈多话 2020-12-04 09:12

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

11条回答
  •  失恋的感觉
    2020-12-04 09:42

    Run bundle exec rake assets:precompile on your local code

    Commit the changes and deploy to heroku

提交回复
热议问题