0.1.1 • Published 11 years ago

grunt-imgo v0.1.1

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

Image optimization for Grunt using imgo

Overview

Inside your grunt.js file add a section named imgo. This section specifies the files to optimize and the options passed to imgo. Then add

grunt.loadNpmTasks('grunt-imgo');

somewhere in your grunt.js.

Parameters

files string|array

Images list: PNG, GIF or JPEG. String or array. Wildcards are supported.

options string

Any options you want to pass to imgo.

Config Example

imgo: {
  icons: {
    files: 'icons/*.png'
	}
}

License

The MIT License, see the included License.md file.

0.1.1

11 years ago

0.1.0

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago