silvenon / silvenon.com

My overengineered personal website
https://silvenon.com
MIT License
22 stars 2 forks source link

Managing complex tasks with gulp v4 #363

Open utterances-bot opened 6 months ago

utterances-bot commented 6 months ago

Managing complex tasks with gulp v4

Make your development workflow more readable by replacing long npm scripts with gulp tasks elegantly composed using new API in gulp v4.

https://silvenon.com/blog/npm-scripts-vs-gulp-v4

AndreKelling commented 6 months ago

sadly the package does not exist anymore: https://www.npmjs.com/package/child_process

AndreKelling commented 6 months ago

ah, i just see:

The child_process module is part of the core Node.js library, so it's not an additional package that you would need to install or keep up-to-date separately. It's updated together with Node.js itself and is available anytime you're running a Node.js script.