grunt-sftp-deploy
grunt-sftp-deploy copied to clipboard
serverSep not working for deeper directory
Deeper files will all uploaded to the root directory with ""s in file name.
I'm seeing this too (deploying from Windows 8.1 -> Ubuntu 12.04)
Any changes with this?
This duplicates #48 Pull request https://github.com/thrashr888/grunt-sftp-deploy/pull/77 might fix this. I'm using git-bash under windows and sftp-deploy get's confused with the path separators. With the fix you can set the option "localSep" according to "serverSep".