Robert-W / grunt-ftp-push

Deploy files to an FTP server as part of your Grunt workflow.
MIT License
39 stars 14 forks source link

added "dest" option in files #14

Closed ivoberg closed 9 years ago

ivoberg commented 10 years ago

added the possibility to define a destination path for files uploaded through ftp

ivoberg commented 10 years ago

added the latest change. Here the pull request can be merged =)

Robert-W commented 10 years ago

Ok, thanks, I will try to get this integrated to the next version as soon as possible. I will also update the README documentation to include an example usage for everyone as well.

ivoberg commented 10 years ago

As I said, be careful, don't know if it's the right implementation at it is an hack that we use now.. Seems to work but isn't fully tested =)

Ivo Monteiro Web Developer

Bergx2 GmbH Adelgundenstr. 7, 80538 München, Germany ivo@bergx2.de mobile: 49 172 34340862 office: +49 89 7007470-0

On 25/08/2014 17:31, Robert wrote:

Ok, thanks, I will try to get this integrated to the next version as soon as possible. I will also update the README documentation to include an example usage for everyone as well.

— Reply to this email directly or view it on GitHub https://github.com/Robert-W/grunt-ftp-push/pull/14#issuecomment-53279653.

Robert-W commented 10 years ago

Ok thanks for the heads up. I will review the code and run some tests on it before I marge and deploy a new version.