= csspress

Project Page:
- http://csspress.rubyforge.org
RubyForge Page:
- http://rubyforge.org/projects/csspress/

== DESCRIPTION:

Press out only the juice worth serving from you CSS files (and optimize it a little while your at it).

When you are building a website, a well formatted and clearly commented CSS file can make it really easy
for developers to see what is going on and build beautiful pages. All of this extra stuff however needs to be downloaded by a end user who is never going to read it, but has to wait for it.

CSSpress to the rescue! CSSpress allows you to quickly and easily remove comments and whitespace from your
CSS files as well as optimize specific property values. It will even tell you how much space you have saved.

Download speed is important. Only serve what you need to.

== FEATURES/PROBLEMS:

Features:
* Comment stripping
* White space stripping

Problems
* No optimization as of yet.

== SYNOPSIS:

Usage exapmle:
$> css foo.css

This will output a compressed version of foo.css to csspress-foo.css

== INSTALL:

sudo gem install

== LICENSE:

(The MIT License)

Copyright (c) 2008 David Madden

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.