Skip to content

Running task dependencies async #105

@stephenafamo

Description

@stephenafamo

I am testing this out from using Mage, and one thing I liked was that dependencies were run async.

This enabled a nice development experience where I could run mage watch:all and have it run different watchers (server, npm, templates) asynchronously.

However, in XC, it appears that dependencies are run in sequence which means I cannot easily achieve the same unless I write a custom script for this.

Is there a way around this?

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