
NPM del task forgets to signal async completion
As part of my development workflow, I use gulp [https://gulpjs.com/] to build
the Javascript and CSS files for production. To ensure that the files are
removed and replaced, rather than any kind of amendment, I use the del package
[https://www.npmjs.com/package/del]. This had always