Sass import error in Rails 3 app - “File to import not found or unreadable: compass”

后端 未结 7 1263
梦如初夏
梦如初夏 2020-12-03 07:23

I have a Rails 3 app on which I successfully ran compass init rails ./ --using blueprint. I can @import files from the /stylesheets directory, but

7条回答
  •  臣服心动
    2020-12-03 07:49

    I fixed this problem on my Rails 3.2.0 server by moving out gem 'compass-rails', '~> 1.0.1' from the :assets group in the Gemfile, from a tip in https://github.com/Compass/compass-rails/issues/19.

提交回复
热议问题