clean-css.git
13 years agoAdded history.
Jakub Pawlowicz [Wed, 2 Mar 2011 21:13:57 +0000 (22:13 +0100)]
Added history.

13 years agoUpdated to version 0.2.0. Added options parsing via optimist.
Jakub Pawlowicz [Wed, 2 Mar 2011 21:03:39 +0000 (22:03 +0100)]
Updated to version 0.2.0. Added options parsing via optimist.

13 years agoFixed path to cleancss binary.
Jakub Pawlowicz [Mon, 28 Feb 2011 19:34:09 +0000 (20:34 +0100)]
Fixed path to cleancss binary.

13 years agoFirst version of clean-css.
Jakub Pawlowicz [Mon, 7 Feb 2011 16:08:11 +0000 (17:08 +0100)]
First version of clean-css.

* Implemented all standard transformations (cleaning up whitespace, semicolons, long color declarations, empty elements, etc...).
* Added tests for all transformations.
* Added tests cleaning up some standard libraries (reset.css, 960.gs, blueprint.css).

13 years agoAdded all basic CSS transformations.
Jakub Pawlowicz [Mon, 7 Feb 2011 11:36:29 +0000 (12:36 +0100)]
Added all basic CSS transformations.