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

copying with replace: 'all' seems to be the only option which works #4

Open
wu-lee opened this issue Jan 30, 2019 · 0 comments
Open

Comments

@wu-lee
Copy link

wu-lee commented Jan 30, 2019

I find that the default usage assets() does not copy the content of my assets directory, nor does assets({replace: 'old'}) because it checks the date of the destination directory and finds it is newer than the source. i.e. It doesn't check the contents of the directory.

The only case which works for me is assets({replace: 'all'}).

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

1 participant