fivetanley / ember-cli-migrator

migrate your files to the standard ember-cli structure, preserving git history
MIT License
106 stars 22 forks source link

App imports #3

Closed igorT closed 9 years ago

igorT commented 9 years ago

This doesn't pass the test yet, but I got app imports from App.Something.extend to almost work. Main thing left is to fix a small path issue and to remove App. :

+  "var ExtendedCommentActivity = CommentActivity.extend({"
 -  "var ExtendedCommentActivity = App.CommentActivity.extend({"