-
Notifications
You must be signed in to change notification settings - Fork 8
Grunt hangs after file transfer #9
Comments
... Anyone? |
hi, sorry for the late response, I'm very busy with my thesis right now. Did you try the rsync with the given arguments manually? I think it could be a problem with the child spawing here: https://github.com/MaxDaten/grunt-rsync/blob/master/tasks/rsync.js#L37 and the done-callback: https://github.com/MaxDaten/grunt-rsync/blob/master/tasks/rsync.js#L53 Maybe I can manage to get some free time for investigation. Thanks for the issue |
I think #9 is related. I will publish it soon an npm. Sorry for the disturbance of your productivity. |
No worries, there’s worse things in live than having to type two commands instead of one. Sorry for disturbing writing your thesis. ;) |
Hey @MaxDaten, let me know if I can help testing a possible solution! |
The bug has been fixed on github, But I found it is aleady exist when I install grunt-rsync-2 from npm. |
Yep, last updated 2013-09-21. Please publish, @MaxDaten |
Using version 0.1.3 with Grunt 0.4.2, after the transfer Grunt just hangs after finishing the transfer.
Example:
Relevant configuration:
The data itself is succesfully transferred.
Any hints?
The text was updated successfully, but these errors were encountered: