You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In several places throughtout these guides, we show the file paths for components as components/my-component.js and templates/components/my-component.hbs. These references need to be updated to reflect the new structure where both hbs and js files are in components. Since the cli guides are not versioned, we should show both classic and octane layouts.
In several places throughtout these guides, we show the file paths for components as
components/my-component.js
andtemplates/components/my-component.hbs
. These references need to be updated to reflect the new structure where both hbs and js files are incomponents
. Since the cli guides are not versioned, we should show both classic and octane layouts.Here's the page to update: https://cli.emberjs.com/release/advanced-use/project-layouts/
The work on the component generators is part of another separate issue, #134, so just edit the layouts page for this PR.
This work should target
master
and will be merged with 3.14.The text was updated successfully, but these errors were encountered: