compass-bootstrap
compass-bootstrap copied to clipboard
No such framework: "compass-bootstrap"
That is the error I get when I try to run compass install compass-bootstrap/compass-bootstrap
. I'm installing it on StaticMatic, not Rails, could that be the problem?
Did you follow the first instruction?
Add the following to your compass.rb
# Require any additional compass plugins here.
require 'compass-bootstrap'
I forgot about this issue... Yeah, I did follow that instruction, but I can't reproduce the error anymore.. Now I'm getting:
NoMethodError on line ["161"] of /home/matija/.rbenv/versions/1.9.3-rc1/lib/ruby/gems/1.9.1/gems/compass-0.12.alpha.0/lib/compass/configuration/inheritance.rb: set
when I do:
compass install compass-bootstrap/compass-bootstrap --trace
I'm using Middleman, which has a Compass integration.
Sorry for the delay. I'm thinking thats a compass issue tho…