ember-cli / broccoli-asset-rewrite

Broccoli plugin to rewrite a source tree from an asset map.
MIT License
10 stars 53 forks source link

Use broccoli-test-helper to make tests easier to work with #76

Closed lukemelia closed 4 years ago

lukemelia commented 4 years ago

In the time since tests were first written for this plugin, broccoli-test-helper was created, which allows describing input and expected output directories in code in the test body. This improves the readability and ability to manage the tests.

Once this is merged, I have some other improvements that build on top of it to modernize this addon and optionally enable caching. This is part of build performance work funded by @PrecisionNutrition.

lukemelia commented 4 years ago

Thanks. I've rebased on revised #77