Since your task might contain asynchronous code you have to signal gulp when your task has finished executing (= "async completion"). In Gulp 3.x you could get away without doing this. If you didn't explicitly signal async completion gulp would just assume that your task is synchronous and that it is finished as soon as your task function returns. Gulp 4.x is stricter in this regard. You have to e
{{#tags}}- {{label}}
{{/tags}}