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 an array of files to be passed through src #29

Closed
bebraw opened this issue Nov 26, 2015 · 2 comments
Closed

Allow an array of files to be passed through src #29

bebraw opened this issue Nov 26, 2015 · 2 comments

Comments

@bebraw
Copy link

bebraw commented Nov 26, 2015

I had some troubles getting glob work the way I wanted today. It gets a little complicated in certain cases (multiple files/directories to match). It might be neat if src could accept an array of filenames. This way you could use whatever library you want on the user side. glob is a good default. I feel this would be a nice extension point, though, as it's just a single check on your side.

@cloudfroster
Copy link

i have the same demand.
For example, such as the root directory, there is a readme.md and build directory of things also need to publish in the gh-pages branch. You need to manually write copy functions, take the readme.md copy to the build directory, and then in the gh-pages branch.

@wayne5540
Copy link

This feature will be very useful. +1

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

No branches or pull requests

3 participants