From 400070ab5112d1b94a2ad9792d628d2aadbaf953 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 4 Mar 2013 13:47:34 +0200 Subject: [PATCH 1/2] Update README.md. Add dependencies status badge. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1039a23e5..00e2020cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![build status](https://secure.travis-ci.org/GoalSmashers/clean-css.png)](http://travis-ci.org/GoalSmashers/clean-css) +[![Build Status](https://secure.travis-ci.org/GoalSmashers/clean-css.png)](http://travis-ci.org/GoalSmashers/clean-css) +[![Dependency Status](https://gemnasium.com/GoalSmashers/clean-css.png)](https://gemnasium.com/GoalSmashers/clean-css) ## What is clean-css? From 9c84ef96ee457a66a7e7aa419c444b00f0e4c596 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 5 Mar 2013 20:09:36 +0200 Subject: [PATCH 2/2] update History.md --- History.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 8389402ca..1b32cdeee 100644 --- a/History.md +++ b/History.md @@ -17,7 +17,7 @@ * Fixed issue [#58](https://github.com/GoalSmashers/clean-css/issues/58) - remove colon where possible. * Fixed performance issue with replacing multiple `@charset` declarations and issue with line break after `@charset` when using `keepLineBreaks` option. By [@rrjaime](https://github.com/rrjamie). -* Removed Makefile in favor to npm run ... commands (e.g. `make check` -> `npm run check`). +* Removed Makefile in favor to `npm run` commands (e.g. `make check` -> `npm run check`). 0.9.1 / 2012-12-19 ================== @@ -29,11 +29,13 @@ ================== * Added stripping quotation from font names (if possible). -* Added stripping quotation from `@keyframes` declaration, `animation` and `animation-name` property. +* Added stripping quotation from `@keyframes` declaration, `animation` and + `animation-name` property. * Added stripping quotations from attributes' value (e.g. `[data-target='x']`). * Added better hex->name and name->hex color shortening. * Added `font: normal` and `font: bold` shortening the same way as `font-weight` is. -* Refactored shorthand selectors and added `border-radius`, `border-style` and `border-color` shortening. +* Refactored shorthand selectors and added `border-radius`, `border-style` + and `border-color` shortening. * Added `margin`, `padding` and `border-width` shortening. * Added removing line break after commas. * Fixed removing whitespace inside media query definition.