You can use gulp
for starting the tasks.
gulp - the used task runner. run-sequence - Runs a sequence of gulp tasks in the specified order. plumber - replaces pipe method and removes standard onerror handler on error event, which unpipes streams on error by default.