项目作者: emmannweb

项目描述 :
Compress images with Gulp 3
高级语言: JavaScript
项目地址: git://github.com/emmannweb/Compress-images-with-Gulp.git
创建时间: 2019-01-15T20:27:15Z
项目社区:https://github.com/emmannweb/Compress-images-with-Gulp

开源协议:

下载


Compress images with Gulp 3

Fallow theses steps:

  1. you need to have Node install to your computer, the link ;

  2. Intall gulp globally so that you can access it wherever you want the link;

  3. you need also Gitbash (command line), choose one:( Windows, Mac, linux) the link;

  4. 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;

  5. 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.

    1. in the command line (Gitbash) just type “gulp”, this command will process our images for compression.

Plz.. don’t hesitate to Leave a question if you get stuck!