Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow opt-in to caching. #83

Merged
merged 5 commits into from Nov 30, 2020

Conversation

lukemelia
Copy link
Contributor

  • Caching has historically been disabled for this plugin because of the difficulty of managing cache keys that would be invalidated by the contents of assets changing. Using this plugin in other contexts, such as broccoli-asset-prepend, don't share this problem, and should be able to enable caching to improve performance.

- Caching has historically been disabled for this plugin because of the difficulty of managing cache keys that would be invalidated by the contents of assets changing. Using this plugin in other contexts, such as broccoli-asset-prepend, don't share this problem, and should be able to enable caching to improve performance.
index.js Outdated Show resolved Hide resolved
tests/filter-tests.js Show resolved Hide resolved
tests/filter-tests.js Outdated Show resolved Hide resolved
@lukemelia
Copy link
Contributor Author

@rwjblue This is ready to go from my POV. Let me know what you think.

Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Sorry for letting this sit after your last round of updates.

@rwjblue rwjblue merged commit e796848 into ember-cli:master Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants