0.0.2 • Published 9 years ago

ember-cli-template-switcher v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Ember-cli-template-switcher

Allows you to write templates specific to the current screensize. The detection of screensizes is based on ember-responsive.

Installation

Usage

Examples:

application.mobile.hbs
application.desktop.hbs
application.hbs

the extensions are directly related to the names given in app/breakpoints.js and can be overriden.

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Thanks to the author of ember-responsive for providing primitives for this addon.