clean-css.git
12 years agoOptimized replace method to skip unused code.
Jakub Pawlowicz [Sun, 27 Nov 2011 09:02:51 +0000 (10:02 +0100)]
Optimized replace method to skip unused code.

12 years agoMerge branch 'master' of github.com:GoalSmashers/clean-css
Jakub Pawlowicz [Sun, 27 Nov 2011 08:56:34 +0000 (09:56 +0100)]
Merge branch 'master' of github.com:GoalSmashers/clean-css

12 years agoFixed issue with cleaning up spaces inside calc/-moz-calc declarations.
Jakub Pawlowicz [Sun, 27 Nov 2011 08:54:58 +0000 (09:54 +0100)]
Fixed issue with cleaning up spaces inside calc/-moz-calc declarations.

13 years agoFixed converting #f00 to red in borders and gradients.
Jakub Pawlowicz [Sun, 25 Sep 2011 10:33:22 +0000 (12:33 +0200)]
Fixed converting #f00 to red in borders and gradients.

13 years agoAdded missing licensing info.
Jakub Pawlowicz [Sun, 25 Sep 2011 07:45:05 +0000 (09:45 +0200)]
Added missing licensing info.

13 years agoBumped version to 0.2.4.
Jakub Pawlowicz [Wed, 25 May 2011 17:53:28 +0000 (19:53 +0200)]
Bumped version to 0.2.4.

13 years agoFixed path to cleancss library (from global to local).
Jakub Pawlowicz [Wed, 25 May 2011 17:49:02 +0000 (19:49 +0200)]
Fixed path to cleancss library (from global to local).

13 years agoAdded node_modules to ignore.
Jakub Pawlowicz [Wed, 25 May 2011 17:48:44 +0000 (19:48 +0200)]
Added node_modules to ignore.

13 years agoFixed issue #1 from GitHub tracker.
Jakub Pawlowicz [Wed, 25 May 2011 17:47:48 +0000 (19:47 +0200)]
Fixed issue #1 from GitHub tracker.

* 'none' in longer/full background declaration is not shortened to 0.

13 years agoVersion 0.2.3.
Jakub Pawlowicz [Mon, 18 Apr 2011 07:39:13 +0000 (09:39 +0200)]
Version 0.2.3.

13 years agoFixed two issues with IE 7 filters.
Jakub Pawlowicz [Mon, 18 Apr 2011 07:36:55 +0000 (09:36 +0200)]
Fixed two issues with IE 7 filters.

* Fixed issue with multiple IE filters (IE 7 couldn't handle them if shortened).
* Fixed issue with restoring spaces in all IE filters.

13 years agoVersion 0.2.2.
Jakub Pawlowicz [Sun, 17 Apr 2011 14:53:18 +0000 (16:53 +0200)]
Version 0.2.2.

13 years agoFixed problem with space before color in 'border' property.
Jakub Pawlowicz [Sun, 17 Apr 2011 14:52:09 +0000 (16:52 +0200)]
Fixed problem with space before color in 'border' property.

13 years agoUpdate to version 0.2.1.
Jakub Pawlowicz [Sat, 19 Mar 2011 09:08:56 +0000 (10:08 +0100)]
Update to version 0.2.1.

* Added stripping space before !important keyword.

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.