Sha256: ea973f54154fbc08e4bb93bdb057797f8e9f91797e7910e64087e8f42c91ee8c
Contents?: true
Size: 945 Bytes
Versions: 1
Compression:
Stored size: 945 Bytes
Contents
# morrisjs-rails morris.js for the Rails Asset Pipeline ## Installation Add this to your application's Gemfile: gem 'morrisjs-rails' gem 'raphael-rails' And then execute: $ bundle Or install it yourself as: $ gem install morrisjs-rails $ gem install raphael-rails ## Usage Add the following directive to your Javascript manifest file (application.js): //= require raphael //= require morris Add the following directive to your css manifest file (application.css): *= require morris Add the following directive to your sass manifest file (application.scss): @import 'morrisjs-rails'; ## Versioning The naming schema is identical to morris.js. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
morrisjs-rails-0.5.1.2 | README.md |