Closed zckrs closed 8 years ago
I found one solution.
series
and parallel
returns function.
So I just need to run function taker.series('default')();
Can you confirm ?
@zckrs Yes.
@zckrs yes and pass callback function to handle errors.
Ok thank you :-)
Hi @phated,
I think I missed or misunderstood something.
But how can I start a task defined by Undertaker without Gulp?
Example:
I would run default task by something like
taker.run('default')
ortaker.start('default')
.