Skip to content

Fastboot enabled!

Latest
Compare
Choose a tag to compare
@leadiato leadiato released this 23 Feb 18:33

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:

  1. Create a new template head.hbs
<link rel="stylesheet" href="{{model.themeHref}}">
  1. 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.