Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Grunt hangs after file transfer #9

Open
dokterbob opened this issue Jan 22, 2014 · 8 comments
Open

Grunt hangs after file transfer #9

dokterbob opened this issue Jan 22, 2014 · 8 comments

Comments

@dokterbob
Copy link

Using version 0.1.3 with Grunt 0.4.2, after the transfer Grunt just hangs after finishing the transfer.

Example:

~/Development/beslishulp-app $ grunt rsync:deploy
Running "rsync:deploy" (rsync) task
Executx ing: rsync
args: -r,-p,-z,dist/,ext:~/argumenten/
Starting transfer... 
>> Files transfer was successful.

Relevant configuration:

rsync: {
    deploy: {
        files: '<%= yeoman.dist %>/',
        options: {
            host: 'ext',
            remoteBase: '~/argumenten'
        }
    }
}

The data itself is succesfully transferred.

Any hints?

@dokterbob
Copy link
Author

... Anyone?

@MaxDaten
Copy link
Owner

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

@MaxDaten
Copy link
Owner

I think #9 is related. I will publish it soon an npm. Sorry for the disturbance of your productivity.

@dokterbob
Copy link
Author

No worries, there’s worse things in live than having to type two commands instead of one. Sorry for disturbing writing your thesis. ;)

@dokterbob
Copy link
Author

Hey @MaxDaten, let me know if I can help testing a possible solution!

@smilence86
Copy link

The bug has been fixed on github, But I found it is aleady exist when I install grunt-rsync-2 from npm.
The newest code didn't published to npm?

@jonkafton
Copy link
Contributor

Yep, last updated 2013-09-21. Please publish, @MaxDaten

@jonkafton
Copy link
Contributor

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants