Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
postBuild
with outputReady
hook
Closes [#331]. Closes [#349]. According to the [addon hook documentation][hooks]: `#postBuild` > Gives access to the result of the tree, and the location of the output. `#outputReady` > Hook called after the build has been processed and the files have been > copied to the output directory Since we're now blocking until the `index.html` it built and in the output directory, `outputReady` is the behavior we depend on. [hooks]: https://github.com/ember-cli/ember-cli/blob/082d559757b3d6d186fc1c3cd1b7c2bb1ad10b3f/ADDON_HOOKS.md#outputready [#331]: tricknotes/ember-cli-rails#331 [#349]: tricknotes/ember-cli-rails#349
- Loading branch information