https://github.com/serhii-chernenko/gulp-images-optimization
Gulp task to optimise images quality
https://github.com/serhii-chernenko/gulp-images-optimization
gulp gulp-tasks image image-processing optimization
Last synced: 26 days ago
JSON representation
Gulp task to optimise images quality
- Host: GitHub
- URL: https://github.com/serhii-chernenko/gulp-images-optimization
- Owner: serhii-chernenko
- Created: 2021-06-03T08:11:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T08:30:30.000Z (about 5 years ago)
- Last Synced: 2025-08-19T10:42:36.263Z (10 months ago)
- Topics: gulp, gulp-tasks, image, image-processing, optimization
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# 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:
```shell
npm install gulp-cli --global
```
### Install all npm modules
NPM:
```shell
npm install --save-dev
```
YARN:
```shell
yarn install --dev
```
### Add your images
Add your not optimized images to the directory `src/`
### Run Gulp task
```shell
gulp
```
### Clean BUILD
If you need to remove built images, run the command:
```shell
gulp clean
```