ZURB Ink Rails

Easy integration of ZURB Ink into the asset pipeline. Intended for use with Rails 3.2+ and Rails 4.0+.

Installation

Add this line to your application's Gemfile:

gem 'zurb-ink-rails', '~> 1.0.5'

And then execute:

$ bundle

Alternatively, install it via command line:

$ gem install zurb-ink-rails

Include in assets

/*
* application.css
*= require zurb-ink
*/

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. Add tests and make sure they pass
  6. Create new Pull Request

Credits

Copyright © 2013 Neal Kemp

Released under the MIT License, which can be found in the repository in LICENSE.txt.