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.

can't have multiple rsync tasks together in one alias task #10

@bprodoehl

Description

@bprodoehl

I'm using grunt-rsync-2 v0.1.3, and I can't seem to have multiple rsync tasks together in one task. If I try to stack them up, it just exits after the first rsync task.

As an example:

grunt.registerTask('default', ['rsync:first', 'rsync:second', 'rsync:third']);

What I'll get if I run grunt default is a successful run of rsync:first, and then it exits successfully. I'm seeing this running Grunt on OS X and Linux, connecting to Linux hosts.

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