Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
My local gem list shows bootstrap-sass is present and available.
LoadError on line ["161"] of /Users/fizzbuzz/.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/lib/compass/configuration/data.rb: cannot load such file -- bootstrap-sass
I am using RVM to provide Ruby 1.9.3. The compass config.rb file is in a subdirectory of my Sinatra app, and has compass has not previously had load errors on require like this.
Any clues as to why Compass is having trouble finding gems?
My local gem list shows bootstrap-sass is present and available.
LoadError on line ["161"] of /Users/fizzbuzz/.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/lib/compass/configuration/data.rb: cannot load such file -- bootstrap-sass
I am using RVM to provide Ruby 1.9.3. The compass config.rb file is in a subdirectory of my Sinatra app, and has compass has not previously had load errors on require like this.
Any clues as to why Compass is having trouble finding gems?