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

dir should allow multiple #77

Open
joscha opened this issue Mar 27, 2016 · 2 comments
Open

dir should allow multiple #77

joscha opened this issue Mar 27, 2016 · 2 comments

Comments

@joscha
Copy link
Contributor

joscha commented Mar 27, 2016

I get the error:

Error: TypeError: Path must be a string. Received [ 'src', 'finders' ]

but my project has source files that are both in src and finders. I propose dir should be able to accept multipel values.

@lipp
Copy link
Owner

lipp commented Mar 29, 2016

Agree! Thanks for the input! dir will accept a string or an array of strings.

@zandaqo
Copy link
Contributor

zandaqo commented Mar 30, 2016

I believe using glob patterns is a better solution here. In the long run it's only a matter of time when someone decides that having multiple dirs isn't enough and he needs to include/exclude some files according to a pattern. Allowing to use glob patterns in files parameter would solve this. This PR might work #81

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

No branches or pull requests

3 participants