ryanmcgrath / wrench-js

Recursive file operations in Node.js
MIT License
435 stars 71 forks source link

Improved file filtering for copyDirSyncRecursive #57

Closed patrick-steele-idem closed 10 years ago

patrick-steele-idem commented 11 years ago
patrick-steele-idem commented 11 years ago

Any questions or concerns regarding this pull request? When using "wrench" we needed a more robust filtering solution when copying directories. The changes should maintain backwards compatible (I was unable to fully verify because your test cases were not passing, but my changes did not break any additional test cases).

Thanks, Patrick