A gem to automate using uikit framework with Rails 3.
See (http://www.getuikit.com/index.html) for more info.
Add this line to your application's Gemfile:
gem 'uikit-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rails_uikit
-
Add
uikit.minto your Application.js://= require uikit
-
Add
uikithaito your Application.css:*= require uikithai
- 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