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

Make glob-fs works on Windows #24

Open adrien-gueret opened 6 years ago

adrien-gueret commented 6 years ago

Hi everyone!

By looking at the source of this project, I find a way to make it works on Windows: at least it works on my own Windows now :) I hope this solution is not too naive, it seems to be too simple to be the right one...

I'm looking forward your feedbacks!

Cheers,