Compress images with Gulp 3
you need to have Node install to your computer, the link ;
Intall gulp globally so that you can access it wherever you want the link;
you need also Gitbash (command line), choose one:( Windows, Mac, linux) the link;
in order to get it work, download the project folder wherever you want(ex:desktop) and open gitbash command line,
to select you folder (cd yourfolder),
just type on the command line “npm i” or “npm install”, node will look the package Json and install all your plugins on the fly
and the node modules;
the gulpfile.js is also an important file that requires the plugins in order to proceed for our images compression .
i put the destination folder as dist, but you don’t even need it, because the plugin will create it for us and put it where we mentionned
it in gulpfile.js. I put it the see the compression result.