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

Add option to use only app/styles and includePath #140

Merged
merged 2 commits into from
Oct 19, 2016

Conversation

dmfenton
Copy link
Contributor

Putting this here for discussion as it can help with #74.

This PR adds a new option onlyIncluded which allows the user to prune the style tree down to just app/styles and anything in the includePaths array. This helps performance because the broccoli-caching-writer no longer has to stat everything in the addon trees (via walk-sync). The speedup is especially pronounced when using linked modules because those trees can get very large.

add broccoli-funnel to dependencies

use options instead of inputOptions
@simonexmachina
Copy link
Collaborator

Okay that looks good. Can you please add some info to the README as well?

@dmfenton
Copy link
Contributor Author

Added the explanation to the readme.

@simonexmachina simonexmachina merged commit 999dc9f into adopted-ember-addons:master Oct 19, 2016
@simonexmachina
Copy link
Collaborator

Great, thanks. Published v5.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants