I am given a rails project to configure. I am using UBUNTU Rails 3.1 Ruby 1.9.2
I am facing error below:
File to import not found or unreadable: compass.
Load path:
Sass::Rails::Importer(/Project/app/assets/stylesheets/blueprint.sass)
(in /Project/app/assets/stylesheets/blueprint.sass)
I found in blueprint.sass
, below code is written
@import 'compass'
@import "compass/reset"
@import "compass/layout/sticky-footer"
@import '_blueprint'
@include blueprint
But there is no compass folder exists in the stylesheet
folder in rails.I installed gem compass
.
I am trying to solve this problem since moring but could not get success :S ? What should I do to make this work.