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
- 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