Skip to content

Instantly share code, notes, and snippets.

@kratiahuja
Last active June 16, 2017 04:43
Show Gist options
  • Save kratiahuja/fba93251b94bbea1cb88fbcc16c5510c to your computer and use it in GitHub Desktop.
Save kratiahuja/fba93251b94bbea1cb88fbcc16c5510c to your computer and use it in GitHub Desktop.

FastBoot 1.0 is close to being shipped. The rc builds have been relatively stable with no major issues.

ember-cli-fastboot

We released v1.0.0-rc.4 today which contains a fix for fingerprinted assets to be loaded in Node. Also nested addons and in-repo that are FastBoot complaint now work correctly with ember-cli-fastboot (Thanks to @rwjblue).

Links:

  1. Loading fingerprinting assets: ember-fastboot/ember-cli-fastboot#431
  2. Allow in-repo addons to have fastboot trees: ember-fastboot/ember-cli-fastboot#422
  3. Ensure treeForFastBoot is called for nested addons: ember-fastboot/ember-cli-fastboot#423

What's ahead?

  1. We still need help from community with upgrading addons to be compatible with the new build schema (ie rc builds). The issue is listed here. There are lot of examples of other addons that are upgraded!
  2. We are working on an ember-cli API that will allow apps to easily import non fastboot complaint assets using app.import. See issue here. This would even help apps to import for browser environment. This is a nice to have before FastBoot 1.0 but is not a blocker. An alternative approach that apps can take is to create in-repo addons for using app.import.

FastBoot website

The fastboot website has been updated in preparation for FastBoot 1.0. Please check it out at ember-fastboot.com and provide your feedback.

Links

  1. FastBoot website updates: ember-fastboot/fastboot-website#70
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment