tuub / kitodo-mediaserver

Kitodo Mediaserver
GNU General Public License v3.0
7 stars 6 forks source link

Remove gulp #295

Closed ponchofiesta closed 5 years ago

ponchofiesta commented 5 years ago

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.