In this release we are now supporting the use of Fastboot thanks to the use of ember-cli-head
addon.
This requires a few extra steps in your app (details in the README). In short:
- Create a new template
head.hbs
<link rel="stylesheet" href="{{model.themeHref}}">
- Add {{head-layout}} to the top of your application template.
If you don't need to support Fastboot or just don't want to include the extra templates, v0.2.2 provides the same cool features.