Automates ImageOptim, ImageAlpha, and JPEGmini for Mac to make batch optimisation of images part of your automated build process.
Download node at nodejs.org and install it, if you haven't already.
npm install imageoptim-cli --saveNone
- grunt: The JavaScript Task Runner
- grunt-cli: The grunt command line interface
- grunt-contrib-concat: Concatenate files.
- grunt-contrib-watch: Run predefined tasks whenever watched file patterns are added, changed or deleted
MIT