An open API service indexing awesome lists of open source software.

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

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
```