Ink version 2.x.x for Rails asset pipeline (Rails 4 tested).
Current version 2.2.0
Thanks to https://github.com/npestana/ink-rails for Ink v1 support
More information about Ink Framework at https://github.com/sapo/Ink and http://ink.sapo.pt
Add this line to your application's Gemfile:
gem 'ink2-rails', github: 'mutablestate/ink2-rails'
And this line for FontAwesome support:
gem 'font-awesome-rails'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install ink2-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
- 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