@stefanpenner wrote a PatchableFileInfo class for the ember-next blueprint, which seems to simplify some of the things we are doing. We should consider extracting that into a stand alone library and using it here...
See https://github.com/ember-cli/ember-next/blob/master/index.js#L41.
@stefanpenner wrote a
PatchableFileInfoclass for theember-nextblueprint, which seems to simplify some of the things we are doing. We should consider extracting that into a stand alone library and using it here...See https://github.com/ember-cli/ember-next/blob/master/index.js#L41.