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

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

Notifications You must be signed in to change notification settings

privard/Toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published