dunnkers / ember-polymer

Use Polymer in your ambitious Ember application! 💎
https://dunnkers.github.io/ember-polymer/
MIT License
21 stars 6 forks source link

Does not work with Ember Fastboot #56

Open devotox opened 7 years ago

devotox commented 7 years ago

This should have a way of not loading up certain files when the EMBER_CLI_FASTBOOT environment variable is present

dunnkers commented 7 years ago

Good point! Thanks for opening the issue. I will look into excluding node incompatible third party libraries when the EMBER_CLI_FASTBOOT environment variable is true.

dunnkers commented 7 years ago

The EMBER_CLI_FASTBOOT environment variable seems to have been deprecated in Fastboot 1.x versions, investigating on using this strategy now.

dunnkers commented 7 years ago

Progress made will be commited to fastboot-support branch.

Using following resources as guidelines: