Getting my images in css to work on rails and asset pipeline with upgraded app on Heroku
问题 This is an app that I am upgrading to Rails 3.1, along with the asset pipeline. Everything looks peachy in development, but when I push to heroku, the images in my css are not displaying. Couple of questions. First, should I leave these files with the css extention, or should they be renamed to either scss, or css.scss.erb? The other question I have is how should I reference images in the css. Currently I have... background: #B4F4FF url(/assets/img01.jpg) repeat-x left top;^M I am pretty sure