Synopsis

Blender is like Make or Ant for the front-end. It aggregates and compresses
CSS and/or JavaScript assets of a site into production-ready files.

Examples

In your site directory run blender to minify CSS and JavaScript.
  blender

Other examples:
  blender -f site/blender.yaml
  blender -t css
  blender -t css -d

Usage

blender [options]

For help use: blender -h

Options

-h, --help                     Displays help message
-v, --version                  Display the version, then exit
-f <file>, --file <file>       Use given Blendfile
-t <css|js>, --type <css|js>   Compress CSS or JavaScript only
-d, --data                     Convert CSS url(image.ext) to url(data:) EXPERIMENTAL
-F, --force                    Force file minification when there are no new updates

Authors

Chris Griego & Blake Elshire

Installation

To install the beta version, run the following at the command line:
  sudo gem install cgriego-blender --source=http://gems.github.com

License

Copyright (c) 2008 Chris Griego & Blake Elshire.
Licensed under the MIT License:
http://www.opensource.org/licenses/mit-license.php