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'm guessing it won't make much difference, but I also have this issue. This only seems to affect files that have not yet been uploaded - overwrites work as expected.
There is a problem with file resolvings in upload method if you set standard grunt's files' config
expand: true
. Files are then uploaded to path eg.for config
And filter
filter: 'isFile'
is needed to be configured, which is not clearly said why to do it.The text was updated successfully, but these errors were encountered: