Glyphicon works locally but not on Heroku

后端 未结 6 949

If you look at my app here: http://quiet-brushlands-5712.herokuapp.com/, close to the button is an icon, a glyphicon. But it\'s not appearing on heroku. locally it show as nicel

6条回答
  •  暖寄归人
    2021-02-04 08:46

    Because I came to this answer when I was searching I figure I should put here that the solution I came across was to include an import to "bootstrap-sprockets" before bootstrap. This is documented at https://github.com/twbs/bootstrap-sass/issues/653.

    I realize the question isn't using bootstrap-sass 3.2+ but I figure this may help someone.

提交回复
热议问题