Is it possible to define several tasks, e.g. less, typescript, etc, and then use them in another task?
I have a couple of tasks which are declared as individual tasks and which are executed by gulp taskname. But now I want to be able to create a default task which uses all of them in a pipeline manner.
Is it possible, or am I doing this wrong?