Skip to content

serhii-chernenko/gulp-images-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Images Optimization

Gulp task to optimise images quality


How to use

Install Gulp CLI (optional)

If you don't have Gulp CLI in your OS, run the command from terminal:

npm install gulp-cli --global

Install all npm modules

NPM:

npm install --save-dev

YARN:

yarn install --dev

Add your images

Add your not optimized images to the directory src/

Run Gulp task

gulp

Clean BUILD

If you need to remove built images, run the command:

gulp clean

Releases

No releases published

Packages

No packages published