Ember Layout asset pipeline

Ember layout library packaged for the rails asset pipeline.

Original package came from https://github.com/ghempton/ember-layout

Commit 678e1b5137ec1962b6e00eefad261631ca5b8c09

Installation

Add this line to your application's Gemfile:

gem 'ember-layout'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ember-layout

Usage

Add the gem to your project and add the line //= require ember-layout to your application's javascript manifest file

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