ember-cli / broccoli-builder

MIT License
1 stars 10 forks source link

Ensure mid-build cleanups cancel and cleanup partial work #2

Closed stefanpenner closed 7 years ago

stefanpenner commented 7 years ago

this doesn't cleanup anything in plugin constructors, but will cleanup tmp directories created by broccoli for the associated plugins.

Future work should likely ensure all plugins considered by a build, and invoke cleanup on them. in 0.18.x though, we only discover plugins as we build the graph.

This is sufficient to fix the bug I set out to fix, but may requires changes in the future to address the above identified issues.

stefanpenner commented 7 years ago

fixed:

stefanpenner commented 7 years ago

released as v0.18.1