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

Relative path does not match #31

Open
LeiZeng opened this issue Apr 10, 2016 · 1 comment
Open

Relative path does not match #31

LeiZeng opened this issue Apr 10, 2016 · 1 comment

Comments

@LeiZeng
Copy link

LeiZeng commented Apr 10, 2016

I found it's not working when I match relative path:

globule.isMatch('./test/*', 'test/myFile.js')
// reture false

I have to write like this:

globule.isMatch('test/*', 'test/myFile.js')

Any idea if we can fix this?

@ghost
Copy link

ghost commented Nov 14, 2016

@cowboy Is this fixed now?

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

1 participant