0.1.15 • Published 11 years ago

grunt-crusher v0.1.15

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

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

  • In 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.

0.1.16

11 years ago

0.1.15

11 years ago

0.1.14

12 years ago

0.1.13

12 years ago

0.1.12

12 years ago

0.1.11

12 years ago

0.1.10

12 years ago

0.1.9

12 years ago

0.1.8

12 years ago

0.1.7

12 years ago

0.1.6

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago