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

Grunt hangs after file transfer #9

@dokterbob

Description

@dokterbob

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions