biblichor / middleman-blog-bootstrap-template

A middleman-blog template that uses bootstrap, bootswatch, font-awesome with bower.
MIT License
33 stars 12 forks source link

Error Compiling CSS Asset #3

Open sandiegoscott opened 9 years ago

sandiegoscott commented 9 years ago

Followed the instructions, made no changes to any files, used a slightly later version of Ruby, I get this when I view localhost:4567:

Error compiling CSS asset

Sass::SyntaxError: File to import not found or unreadable: sass-bootstrap/lib/bootstrap. Load paths: /Users/scott/middleman/scottsblog/source/css /Users/scott/.rvm/gems/ruby-2.0.0-p481@middleman/gems/compass-0.12.5/frameworks/blueprint/stylesheets /Users/scott/.rvm/gems/ruby-2.0.0-p481@middleman/gems/compass-0.12.5/frameworks/compass/stylesheets Compass:SpriteImporter (in /Users/scott/middleman/scottsblog/source/css/all.scss:7

/Users/scott/middleman/scottsblog/source/css/_imports.scc.scss.erb:7

Any ideas?

0xBADDCAFE commented 9 years ago

Did you exec bower install written in README#Installation?