Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
75 lines (55 loc) · 1.97 KB

README.MD

File metadata and controls

executable file
·
75 lines (55 loc) · 1.97 KB

Toolbox

Build Status

Toolbox, includes css and javascript minification/concat and also image compression

Version

BETA 1.0

Dependencies

	"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.

Installation

git clone [git-repo-url] Toolbox
cd Toolbox
sudo npm install
Examples

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.

License

MIT

Free Software, Hell Yeah!