You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'}).
The text was updated successfully, but these errors were encountered:
I find that the default usage
assets()
does not copy the content of my assets directory, nor doesassets({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'})
.The text was updated successfully, but these errors were encountered: