Forked from https://github.com/npestana/ink-rails
Ink version 2.1.0 for Rails Asset Pipeline.
Add this line to your application's Gemfile:
gem 'ink-rails', github: 'mutablestate/ink-rails'
And this line for FontAwesome support:
gem 'font-awesome-rails'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install ink-rails
Add this lines to your application.css before "*= require_tree .":
*= require ink
*= require font-awesome
Add these lines to your application.js before "//= require_tree .":
//= require ink.min
//= require ink.ui.min
//= require autoload
//= require html5shiv
More information about Ink Framework at https://github.com/sapo/Ink.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request