Bootswatch Sprockets
The gem provides the Bootswatch themes to the sprockets assets packaging. It is meant to be used in conjunction with Bootstrap for Sass. This gem does not depend on the rails framework. It can be used with any other framework that uses sprockets, e.g. Middleman.
Installation
Add this line to your application's Gemfile:
gem 'bootswatch-sprockets', "~> 0.1"
And then execute:
$ bundle
Or install it yourself as:
$ gem install bootswatch_sprockets
Usage
This is an example how to use the Slate template:
@import bootswatch/slate/variables
@import bootstrap-sprockets
@import bootstrap
@import bootswatch/slate/bootswatch
Internals
This gem does nothing more than packaging all the Bootswatch scss
files into /assets/stylsheets/...
.
Building
Bootswatch is included as a git submodule!