Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds an expand option #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

micahblu
Copy link

No description provided.

@micahblu
Copy link
Author

This will allow wildcard src paths to be fully created in the destination path. I.e given a wildcard matched src path of src/somedir/index.html and a dest of dist/ the saved path will be dist/somedir/index.html which could save overwrites of same named files existing in different directories, index.html being a prime example. It also allows the directory structure to be respected, as the author may intend that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant