message no. 39581
Posted by flowerpot in #jekyll at 2014-08-15T00:00:32Z
Hi, I would like to use the bootstrap-sass gem with jekyll >= 2.x, however, I cannot find any resources on how to do that. I put the gem in my gemfile, bundle install, and then added @import "bootstrap"; to my main sass file. When I try jekyll serve then I get "File to import not found or unreadable: bootstrap." .. Any tips or tricks I need to know?