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

Includes multiple files in source_file #80

Closed
mostafasoufi opened this issue May 28, 2023 · 2 comments
Closed

Includes multiple files in source_file #80

mostafasoufi opened this issue May 28, 2023 · 2 comments

Comments

@mostafasoufi
Copy link

Hey!

Is it double to include more than one file in source_file? something like

source_file: 'dist/assets/*

_tqOflNX

@dobbelina
Copy link

dobbelina commented May 29, 2023

@mostafasoufi
With this source_file it will copy everything in the assets folder recursively:
source_file: 'dist/assets/'
With this source_file it will copy everything in the assets folder recursively
but not hidden files or folders that starts with a "." in the file/folder name.
source_file: 'dist/assets/*'

If you want to copy multiple files from different source files/folders use my fork

@mostafasoufi
Copy link
Author

Sounds great, thank you!

Btw, would be great to put this info into the readme.md

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

No branches or pull requests

2 participants