ember-cli / rfcs

Archive of RFCs for changes to ember-cli (for current RFC repo see https://github.com/emberjs/rfcs)
45 stars 54 forks source link

Ember cleanup command #9

Closed e00dan closed 9 years ago

e00dan commented 9 years ago

ember cleanup command.

Original issue: https://github.com/ember-cli/ember-cli/issues/3588

Rendered markdown.

stefanpenner commented 9 years ago

I believe the garbage collection heuristics are unfortunately far to ambiguous to accomplish anything but the most trivial cleanup.

If this were to exist, and some of heuristics could be nailed I believe this RFC actually belongs as a module of the proposed ember doctor command:

pr: https://github.com/ember-cli/ember-cli/pull/3193 (wip, could use some help if someone has time) rfc: https://github.com/ember-cli/rfcs/blob/master/active/0001-ember-doctor.md

I would like to close this in-favor of pushing ember-doctor forward, thoughts?

e00dan commented 9 years ago

Sure. @stefanpenner