0.0.2 • Published 10 years ago
ember-cli-template-switcher v0.0.2
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.hbsapplication.desktop.hbsapplication.hbsthe extensions are directly related to the names given in app/breakpoints.js and can be overriden.
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
ember testember 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.