Making copy a little friendlier (allowing existing directories) #17

Merged
jannon merged 1 commit from master into master 2012-02-18 01:51:43 -08:00

1 commit

Author SHA1 Message Date
Jannon
83b721a579 Make copy friendlier with option not to blow away existing dirs
Let's play nice.  Now when using copyDirSyncRecursive, you can pass an optional opts object.  If this object contains a preserve member, then the function will preserve exisiting directories and only overwrite existing files within the directories.  Without passing the option it behaves the same as always
2012-02-10 16:16:08 -08:00