Rails 4 images not loading on heroku

后端 未结 9 1625
一个人的身影
一个人的身影 2020-11-28 01:40

I have spent the better part of the day trying to get images to load on my heroku app. Everything I try works locally, but not after being deployed to heroku.

I h

9条回答
  •  隐瞒了意图╮
    2020-11-28 02:22

    I had a similar issue and I solved it with the following line in the custom.css.scss.. Tell me if this works for you.

    background: image-url('sf.png')
    

    Referencing the asset being done different ways depending if you are using ERB or Sass, see in the Ruby on Rails Guide.

提交回复
热议问题