epf-rails

epf-rails provides rails integration for epf.

Installation

Gemfile:

gem 'epf-rails'
gem 'epf-source' # specify versioning here to ensure compatibility
$ bundle update

Or install directly:

$ gem install epf-rails
$ gem install epf-source --version '(your desired version)'

Add epf to sprockets. application.js:

//= require epf

Usage

Read the docs.

See README at the main epf site.

Contributing

  1. Fork it
  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 new Pull Request