fastboot-website
fastboot-website copied to clipboard
Octanifies code examples to use class syntax.
Updated these to reflect the current versions of ember/node that are tested in CI. Ref: https://github.com/ember-fastboot/ember-cli-fastboot/blob/ddbfeb36c14001c79527f1d1ca64b4f594a1bf91/.github/workflows/ci.yml#L154 Preview:
Fixes #110 Using fetch API to make the example work: [MDN | Fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch)
`--debug-brk` is deprecated [starting Node 7.7](https://nodejs.org/en/docs/guides/debugging-getting-started/#legacy-debugger). Updating the doc with `--inspect-brk`
Fixes #105 Under Addon Authors guide, for Third Party Dependencies, We need to include Funnel and mergeTrees dependencies
Work in progress... It's a really rough draft that needs a lot of editing This guide touches on three levels of abstraction for FastBoot: * FastBoot App Server * FastBoot...
* Provide link to example debugger clients or quick debugging with Chrome devtools. * Preserve setup instructions for Node 6.x Note: I was hoping to link directly to the `chrome://inspect`...
Fixes #88 I basically emulated what is done on the Ember API docs pages, including copying the SVG pencil icon from those pages (though I stopped short of providing a...
Let’s get started with automated dependency management for fastboot-website :muscle: ⚠️ We found a `yarn.lock` file in this repository. You need to use [greenkeeper-lockfile](https://github.com/greenkeeperio/greenkeeper-lockfile) to make sure it gets updated...
Provides some explanations on how to test addons for FastBoot compatibility, including useful addon links.