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 ignore fn fetcher for packager #1

Merged
merged 1 commit into from
Jan 1, 2018
Merged

Add ignore fn fetcher for packager #1

merged 1 commit into from
Jan 1, 2018

Conversation

MarshallOfSound
Copy link
Owner

/cc @malept 🎉

Copy link

@malept malept left a comment

Choose a reason for hiding this comment

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

Looks good, just one question


async getFsCopyIgnoreFunction() {
await this.loadProductionDependencies();
const prodPaths = this.prodPaths;
Copy link

Choose a reason for hiding this comment

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

What's the reason for this instead of referencing this.prodPaths below?

Copy link
Owner Author

Choose a reason for hiding this comment

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

@malept In case someone runs prune or something in the mean time. Would allow people to use the same pruner object for multiple things at the same time.

@MarshallOfSound MarshallOfSound merged commit 1386b64 into master Jan 1, 2018
@MarshallOfSound MarshallOfSound deleted the ignore-fn branch January 1, 2018 22:47
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.

2 participants