ember-fastboot / ember-cli-head

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

Incompatible with FastBoot #26

Closed mhluska closed 7 years ago

mhluska commented 7 years ago

I'm seeing this error when I build:

FastBoot build no longer supports /Users/mhluska/project/node_modules/ember-cli-head/app/(instance-)?initializers/browser structure. 
Please refer to www.ember-fastboot.com for a migration path.

I'm using these versions:

ember-cli-head@^0.2.0
ember-cli-fastboot@^1.0.0-beta.15
fastboot@1.0.0-rc.6
mhluska commented 7 years ago

Nevermind. I updated ember-cli-fastboot to 1.0.0-beta.19 and that fixed it.