jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.96k stars 190 forks source link

FileList glob expressions containing * or ** do not match any files on Windows #419

Open Marcus10110 opened 1 year ago

Marcus10110 commented 1 year ago

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: https://github.com/mde/filelist/issues/15

PR for filelist: https://github.com/mde/filelist/pull/16