-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idea: convert non-pod project structure to pod structure #52
Comments
There is already an existing effort that tries to address that same idea: https://github.com/trabus/ember-cli-podify |
Closing in favor of https://github.com/trabus/ember-cli-podify |
Is this still being worked on? |
@brookjordan given abuiles comment above, I would assume not. |
@fivetanley The repo he mentioned at https://github.com/trabus/ember-cli-podify looks kinda dead. |
I can re-open the issue, but it needs a champion. Given the difficulty level and in-flux current state of pods, I'm not sure anyone would have the time to dedicate to it. |
Ah ok. Makes sense. |
I know @trabus wants to complete this but since the addon story is not certain yet we would rather hold until there is something. I work full-time in a big project where we are using pods as they are today, so once the story is clear I'll be interested in exploring this further ... in the meantime, I won't work on it... contributions are welcome. |
Yeah, I hit a wall on ember-cli-podify, which lead to ember-cli-mv and ember-cli-rename, to unblock podify. Unfortunately I hit a wall there as well, specifically updating paths and whatnot (I needed help working with ASTs). There are a lot of difficulties with moving and renaming files, that I believe we will need to add support for in watson to support this work. There is also the issue of parsing hbs files, you currently have to use regexp, which sucks. Anyhow, I do want to pick this back up, moving the bulk of the work to ember-watson. I just need to find the time. I also had some supporting work to do on structures that should make such transforms between pods and non-pods easier. |
Any updates on this? I have a quickly growing project that would benefit greatly from pods. |
This probably won't move until the new pods RFC is implemented. |
it would be great to have a command that would merge the old project to the new pod structure
this is probably related to #44 and ember-cli/ember-cli#2652
The text was updated successfully, but these errors were encountered: