Gulp needs a bunch of dependencies and the only thing we need it for is copying and deleting some files.
We could replace it by using NPM scripts. This saves NPM dependencies (>300 down to 2), removes all the security alerts coming with these deps and speeds up the build process a little.
Gulp needs a bunch of dependencies and the only thing we need it for is copying and deleting some files.
We could replace it by using NPM scripts. This saves NPM dependencies (>300 down to 2), removes all the security alerts coming with these deps and speeds up the build process a little.