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

Pattern **/ not working #34

Closed
renzoyzz opened this issue Sep 5, 2017 · 3 comments
Closed

Pattern **/ not working #34

renzoyzz opened this issue Sep 5, 2017 · 3 comments

Comments

@renzoyzz
Copy link

renzoyzz commented Sep 5, 2017

The pattern "**/app*.js" for example should match when a path looks like dist/app.js or dist/app.a72ka8234.js. The issue is it is not evaluating the "**/" part of the glob pattern as the documentation only mentions "/**/" as a valid pattern. Any plan to implement this soon?

@dazinator
Copy link
Owner

Interesting. Yes I will look into this and get back to you.

@renzoyzz
Copy link
Author

renzoyzz commented Sep 5, 2017

@dazinator thanks!

dazinator added a commit that referenced this issue Sep 6, 2017
dazinator added a commit that referenced this issue Sep 6, 2017
Hotfix for #34 - **/ not matching.
@dazinator
Copy link
Owner

Fixed in version 1.6.6, and regression test added. Should appear on nuget soon! Thanks for reporting.

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

2 participants