Heroku deploy fails after upgrading to bootstrap 2.0.1 via twitter-bootstrap-rails gem

前端 未结 6 1232
情歌与酒
情歌与酒 2020-12-19 21:41

UPDATE:

this error is shown during git push heroku master :

-----> Preparing app for Rails asset pipeline
       Running: rake assets         


        
6条回答
  •  伪装坚强ぢ
    2020-12-19 22:30

    For me the solution was to remove this line in application.css

    *= require twitter/bootstrap
    

    Se https://github.com/seyhunak/twitter-bootstrap-rails/issues/123

提交回复
热议问题