-
Notifications
You must be signed in to change notification settings - Fork 14
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
Wrong order #9
Comments
I just tried this by adding a test to
|
Alright, reproduced it. The thing is, that
|
Ok, this case is fixed. But here is another one: the same file structure, nearly the same pattern:
The result is |
Allright. Moved that to #11 though. |
Let's assume we have the following file structure:
And my pattern looks like:
I call
gulp.src(pattern).pipe(order(pattern))
and the result is:Which is wrong.
The text was updated successfully, but these errors were encountered: