Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghaschel/vigilant-broccoli
https://github.com/ghaschel/vigilant-broccoli
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghaschel/vigilant-broccoli
- Owner: ghaschel
- License: mit
- Created: 2022-09-02T18:22:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T17:02:07.000Z (about 1 year ago)
- Last Synced: 2024-10-11T23:13:30.541Z (2 months ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vigilant-broccoli
This is just a repository I am using to keep a ready-to-use gulp project to optimize images with imagemin
# Requirements
This tool relies on gulp 4
# Installation
```
npm install -g gulp-cli
npm install
```# How to use
Put the files you want to optimize in the `src` folder. You can mix them up and insert `jpeg`, `png`, `gif` and `svg` at the same time.
run `gulp`
The optimized files will be in the `dist` folder.
> **Note**: Don't forget to delete the files in the `src` folder after you're done.