Skip to content

Optimize PNG and JPG images with optipng & jpegtran on --optimize

Notifications You must be signed in to change notification settings

blimpio/imageoptmizer-brunch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imageoptimizer-brunch

Optimize PNG and JPG images on --optimize with brunch. It either uses jpegtran and optipng or node-smushit to get the best out of your images in your /public folder.

Installation

You can install jpegtran and optipng with homebrew

brew install optipng jpeg

Config

  imageoptimizer:
    smushit: false # if false it use jpegtran and optipng, if set to true it will use smushit
    path: 'images' # your image path within your public folder

Usage

Add "imageoptmizer-brunch": "0.0.4" to package.json of your brunch app.

Pick a plugin version that corresponds to your minor (y) brunch version.

If you want to use git version of plugin, add "imageoptmizer-brunch": "git+ssh://git@github.com:steffenmllr/imageoptmizer-brunch.git"

About

Optimize PNG and JPG images with optipng & jpegtran on --optimize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 76.5%
  • JavaScript 23.5%