Sha256: 36719c3efab3a56f3036c6d704d9b40b63f11d0355ad1b022f1d25d8b6899eb2
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
# Emojione::Rails [![Gem Version](https://badge.fury.io/rb/emojione-rails.png)](http://badge.fury.io/rb/emojione-rails) Sprocket/Rails emojione package, see http://emojione.com ## Installation Add this line to your application's Gemfile: ```ruby gem 'emojione-rails' ``` And then execute: $ bundle Or install it yourself as: $ gem install emojione-rails ## Sync images Images can be copied to your public directory with `rake emojione` in your app. This is the recommended approach since the images will be available at a consistent location. This works best with cached formatted user content generated by tools like [html-pipeline](https://github.com/jch/html-pipeline). ``` $ rake emojione ``` ## Usage In your JavaScript,Css manifest (e.g. `application.js`): //= require emojione ## Licensing See LICENCE file ## Contributing 1. Fork it ( https://github.com/[my-github-username]/emojione-rails/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
emojione-rails-0.0.1 | README.md |