Project

snake

0.0
No commit activity in last 3 years
No release in over 3 years
Parse config.json included with custom downloads of Twitter Bootstrap and use it with your Rails app.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.2.0
 Project Readme

Snake

[![Build Status](https://travis-ci.org/caneroj1/snake.svg?branch=master)](https://travis-ci.org/caneroj1/snake) Ruby Gems Page

Snake is a Rails plugin that parses custom downloads of Twitter Bootstrap v3. When you customize your own version of Twitter Bootstrap here, one of the files you receive is a config.json file that specifies all of the customization you just made.

If you are using gem "bootstrap-sass", I've found it slightly difficult to load up all of this customization without having to write it yourself. Using Snake, you can just customize your download of Bootstrap and get it loaded in right away.

Usage

Create a new directory under `app/assets/` called json and put your config.json file there.
Add `gem "snake"` to your Gemfile.
Update and run tests: `bundle update && rake`.
Parse config.json by running `rails g snake:parse`.

Contributing

If there are any bugs, make an issue.

If there are any desired features, either let me know or send me a pull request. Be sure to write tests and have them pass!

Licensing

This project uses the MIT-LICENSE.