ember-cli / ember-cli/broccoli-asset-rewrite
should use broccoli-persistent-filter
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/rickharrison/broccoli-asset-rewrite/blob/master/index.js#L1
without this, this will cause extra FS invalidations, causing issues described here: https://github.com/ember-cli/ember-cli/issues/5485
If you have questions, don't hesitate to reach out.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with index.js at the linked line and inspect how the plugin currently watches and rewrites the source tree. Read the broccoli-persistent-filter documentation and compare its invalidation behavior with this plugin. Done means the plugin uses it and no longer causes the extra filesystem invalidations described in ember-cli/ember-cli#5485.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100