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

replace reduce by generate #89

Closed
mastilver opened this issue Sep 15, 2017 · 0 comments · Fixed by #90
Closed

replace reduce by generate #89

mastilver opened this issue Sep 15, 2017 · 0 comments · Fixed by #90
Milestone

Comments

@mastilver
Copy link
Contributor

As discussed there: #79 (comment)

The default would be:

generate: (seed, files) =>  files.reduce((manifest, {name, path}) => ({...manifest, [name]: path}))
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 a pull request may close this issue.

1 participant