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
The tests/dummy app that powers the docs site is still using pods and it would be great to get it onto a more supported Ember layout
Ideally, we could keep some of the nice component organization of pods, using component colocation, but without the downsides of pods (somewhat unsupported, everything being called "component.{js,hbs}")
The text was updated successfully, but these errors were encountered:
# If the current directory is the addon root
npx ember-codemod-pod-to-octane --type=app --root=tests/dummy
The codemod takes care of moving files to the correct places.
After running the codemod, the contributor would manually check and fix references to, or from, the moved files (e.g. import statements), if there are any.
The
tests/dummy
app that powers the docs site is still using pods and it would be great to get it onto a more supported Ember layoutIdeally, we could keep some of the nice component organization of pods, using component colocation, but without the downsides of pods (somewhat unsupported, everything being called "component.{js,hbs}")
The text was updated successfully, but these errors were encountered: