ember-fastboot / ember-cli-head

Ember Cli Addon for Adding Content to HTML Head
MIT License
98 stars 34 forks source link

Unify instance initializers. #31

Closed cibernox closed 7 years ago

cibernox commented 7 years ago

In fastboot 1.0 the concept of environment-exclusive initializers is gone. Instead, addons are encouraged to use the existence of the Fastboot constant to know about the environment the app is running on.

This PR unifies the fastboot/head.js initializers into the main one

cibernox commented 7 years ago

I close this, superseded by #32