new options: 'preserveFiles' and 'inflateSymlinks' #38
No reviewers
Labels
No labels
Bug
Enhancement
Feature Request
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/wrench-js#38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
(new pull request... merged with latest changes in master)
preserveFiles
In case you set the 'preserve' options to true, you might want to keep existing files inside folders. Just set the option 'preserveFiles' to true.
inflateSymlinks
In some cases you might want to have wrench copy the actual file/folder associated with a symlink and not the link itself. Just set the option 'inflateSymlinks' to true.
I also added tests.
Merged! Thanks yo.
Cool!