FileList glob expressions containing * or ** do not match any files on Windows
Marcus10110 opened this issue · 0 comments
Marcus10110 commented
I've opened a detailed issue with a fix on the mde/filelist repository. However, I wanted to post this here because I found the problem using filelist included with jake, which will need to be updated once this gets fixed.
In the meantime, any glob expression containing * or ** won't return any results from FileList with toArray() on Windows.
Issue details:
mde/filelist#15
PR for filelist:
mde/filelist#16