Adds gulp images

Lossless image optimization including pngcrush(1)
This commit is contained in:
Austin Pray
2014-09-11 23:29:41 -05:00
parent 6e0e036ae7
commit 79fdfcb21c
3 changed files with 19 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ When completed, you'll be able to run the various Gulp commands provided from th
* `gulp dev` — Compile LESS to CSS, concatenate and validate JS
* `gulp watch` — Compile assets when file changes are made
* `gulp build` — Create minified assets that are used on non-development environments
* `gulp images` — Lossless compression of PNG, JPEG, GIF and SVG images
## Documentation