Sha256: a27190426958726e091e88e9b3c2cd7ae5186600c60eb5342ce7b01826d66e4b
Contents?: true
Size: 1.57 KB
Versions: 9
Compression:
Stored size: 1.57 KB
Contents
= Bootswitch {<img src="https://badge.fury.io/rb/bootswitch.svg" alt="Gem Version" />}[http://badge.fury.io/rb/bootswitch] {<img src="https://travis-ci.org/gemvein/bootswitch.svg" alt="Build Status" />}[https://travis-ci.org/gemvein/bootswitch] {<img src="https://coveralls.io/repos/gemvein/bootswitch/badge.png" alt="Coverage Status" />}[https://coveralls.io/r/gemvein/bootswitch] For multi-theme sites, Bootswitch allows a site to configure the Bootswatch theme based on a method set in the initializer file. == Installation Install the gem: gem bootswitch Run the generator: rails g bootswitch:install Add the following to your layout file, before the stylesheet link tag for 'application': = theme_stylesheet_link_tag Put this in your application.js file, below jquery: //= require 'bootstrap' == Contributing to Bootswitch * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. * Fork the project. * Start a feature/bugfix branch. * Commit and push until you are happy with your contribution. * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. == Copyright Copyright (c) 2014 Gem Vein. Apache License. See LICENSE.txt for further details.
Version data entries
9 entries across 9 versions & 1 rubygems