Sha256: 7135a7d84ef35ab451af390039a5327661a947edaa6e0551c96ae164cc1111f6

Contents?: true

Size: 1.1 KB

Versions: 57

Compression:

Stored size: 1.1 KB

Contents

# Kolo

Kolo is a really simple gem that collates some of the Javascript and CSS
files that I like to use in my apps.  

That means Bootstrap (responsive) and Knockout.  If you don't like them,
then tough. 

It also includes a few bits and pieces - like my model layer for
Knockout.  

## Installation

Add this line to your application's Gemfile:

    gem 'kolo', git: 'http://github.com/threehv/kolo.git'

And then execute:

    $ bundle

## Usage

Add it to your Rails app.  

Edit application.css and add

*= require bootstrap
*= require bootstrap-overrides

before your require_tree statement.  

Edit your application.js and add

//= require bootstrap.min
//= require knockout
//= require knockout.mapping
//= require data.access
//= require jquery.hammer
//= require jquery.transit

before your require_tree.  

It expects you to be using the Assets Pipeline and the minifier.  

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
kolo-0.8.3 README.md
kolo-0.8.2 README.md
kolo-0.8.1 README.md
kolo-0.8.0 README.md
kolo-0.7.9 README.md
kolo-0.7.8 README.md
kolo-0.7.7 README.md
kolo-0.7.6 README.md
kolo-0.7.5 README.md
kolo-0.7.4 README.md
kolo-0.7.3 README.md
kolo-0.7.2 README.md
kolo-0.7.1 README.md
kolo-0.7.0 README.md
kolo-0.6.9 README.md
kolo-0.6.8 README.md
kolo-0.6.7 README.md
kolo-0.6.6 README.md
kolo-0.6.5 README.md
kolo-0.6.4 README.md