No commit activity in last 3 years
No release in over 3 years
Bootswatch themes for the sprockets assets pipeline.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
~> 10.0

Runtime

 Project Readme

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!