Heroku not updating css for rails app

后端 未结 5 2164
春和景丽
春和景丽 2021-02-04 08:14

I\'m having trouble updating my rails app on heroku. I\'ve gotten my app up but I tried to change my application.css file in /public/stylesheets/ but whenever I try to push to

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-04 09:09

    If you have recently deleted a css file, you should also use 'git rm' to ensure that it has been removed from your repository. Otherwise heroku may still use it.

提交回复
热议问题