Chardin.js for rails asset pipeline
Chardin.js provides a simple overlay instructions for your apps.
Add chardinjs-rails
to your Gemfile and run bundle install
:
group :assets do
gem "chardinjs-rails"
end
Add the following to your app/assets/javascripts/application.js
:
//= require chardinjs
Add to your app/assets/stylesheets/application.css
:
*= require chardinjs
chardinjs-rails
tracks Chardin.js's versions.
If you want to contribute, please:
- Fork the project.
- Make your feature addition or bug fix.
- Send me a pull request on Github.
Copyright (c) 2013 Pablo Fernandez. See LICENSE for details.