Ember layout library packaged for the rails asset pipeline.
Original package came from https://github.com/ghempton/ember-layout
Commit 678e1b5137ec1962b6e00eefad261631ca5b8c09
Add this line to your application's Gemfile:
gem 'ember-layout'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ember-layout
Add the gem to your project and add the line //= require ember-layout to your application's javascript manifest file
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request