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 trying to push my files to my FTP using ftpush, but instead of updating files in subdirectories, its creating new folders with complete paths:
I'm running my environment on Windows, while my co-developer running on MacOS (using the same gruntfile and json files, doesn't seem to run into this issue.
I'm trying to push my files to my FTP using ftpush, but instead of updating files in subdirectories, its creating new folders with complete paths:
I'm running my environment on Windows, while my co-developer running on MacOS (using the same gruntfile and json files, doesn't seem to run into this issue.
Here's my config:
I'm not receiving errors when pushing to FTP, so I have no idea how to approach this issue.
I've tried both using
simple: false
andsimple:true
, but it's the same result.Could this be related to node/npm or ftpush version?
The text was updated successfully, but these errors were encountered: