Improved file filtering for copyDirSyncRecursive #57

Merged
patrick-steele-idem merged 4 commits from master into master 2013-10-15 15:22:36 -07:00
patrick-steele-idem commented 2013-07-24 22:50:31 -07:00 (Migrated from github.com)
  • Made change to allow filters to be either a RegExp or a Function (that takes dir and filename as arguments)
  • Added support for include and exclude filters
  • Added export for a new "copyFileSync" method
- Made change to allow filters to be either a RegExp or a Function (that takes dir and filename as arguments) - Added support for include and exclude filters - Added export for a new "copyFileSync" method
patrick-steele-idem commented 2013-08-02 08:54:36 -07:00 (Migrated from github.com)

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

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
This repository is archived. You cannot comment on pull requests.
No reviewers
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/wrench-js#57
No description provided.