micromatch / glob-fs

file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!
http://jonschlinkert.github.io/glob-fs
MIT License
55 stars 17 forks source link

Fixed windows issue #21

Closed startupsandcode closed 7 years ago

startupsandcode commented 7 years ago

This fixed a split undefined issue for windows: https://github.com/micromatch/glob-fs/issues/10

jonschlinkert commented 7 years ago

closing since this was resolved by https://github.com/micromatch/glob-fs/pull/20. thanks for the pr