grunt-crusher
v0.1.15
Published
A grunt plugin that will straight-up crush some images.
Downloads
20
Readme
grunt-crusher
A grunt plugin that will straight-up crush some images.
Right now I've only added 24-bit > 8-bit crushing. Goal is to integrate all the different smashers/smushers/crunchers that you could possibly need for all image types.
##How to use
Install with:
npm install grunt-crusher
.Call
grunt.loadNpmTasks('grunt-crusher')
in grunt.jsIn your grunt.js config:
crusher: { app: { files: [ '/some-image.png', '/other/images/**/*.png' ], eightbit: true } }
##Changelog
- v0.1.0 Initial release.
License
Copyright (c) 2012 George Pantazis Licensed under the MIT license.