Toolbox, includes css and javascript minification/concat and also image compression
BETA 1.0
"dependencies": {
"grunt-cli": "~0.1.9",
"grunt-contrib-copy":"*",
"grunt-init": "~0.2.1",
"grunt": "~0.4.1",
"grunt-contrib-concat":"*",
"grunt-contrib-watch":"*",
"grunt-contrib-uglify":"*",
"grunt-contrib-clean":"*",
"grunt-newer":"*"
}
*Note : This package also depends on grunt-contrib-imagemin, but using the official version will result in a bug when compressing images in-place. Therefore, we've included a patched version in Toolbox while we wait for the official version to be updated.
git clone [git-repo-url] Toolbox
cd Toolbox
sudo npm install
Compress all images within a folder (including subfolders) and watch for new images, compressing them in turn.
grunt compress:images --src=path/to/images/ [--dest=path/to/destination/]
If no destination path is specified, images will be compressed and overwritten in-place.
MIT
Free Software, Hell Yeah!