Closed jmuheim closed 10 years ago
Hello,
what is your settings please? (version of Rails, Gemfile etc)
When I create new rails application, add in Gemfile
group :development do
gem 'sass-rails-source-maps'
end
and run bundle install
I get same error. But when I run bundle update
it completes successfully.
I tried your https://github.com/jmuheim/transition. When I freezed compass
gem in your Gemfile
to:
gem 'compass', '0.13.alpha.12'
I was able to run the application, but no source maps were generated for *.sass
files. After quick look I figured out, that is probably because of compass-rails
gem, which is overwriting SassTemplate#evaluate
method. This method is overwritten by sass-rails-source-maps
to generate source maps. You can take a look here:
https://github.com/Compass/compass-rails/blob/master/lib/compass-rails/patches/sass_importer.rb#L3
Thanks, I will take a look at this soon! :+1:
You are welcome. Closing issue for now.
I'm getting this when trying to install:
Any way to solve this?