From: Jakub Pawlowicz Date: Sat, 7 Jun 2014 22:08:24 +0000 (+0100) Subject: Adds browserify info to changelog. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e8efde51547cd4ec3639d7e97c6d65c6ffbf9971;p=clean-css.git Adds browserify info to changelog. --- diff --git a/History.md b/History.md index c2d1057e..9cb03966 100644 --- a/History.md +++ b/History.md @@ -6,6 +6,7 @@ * Adds minifying remote files directly from CLI. * Adds `--rounding-precision` to control rounding precision. * Moves quotation matching into a `QuoteScanner` class. +* Adds `npm run browserify` for creating embeddable version of clean-css. * Fixed issue [#134](https://github.com/GoalSmashers/clean-css/issues/134) - merges properties into shorthand form. * Fixed issue [#164](https://github.com/GoalSmashers/clean-css/issues/164) - removes default values if not needed. * Fixed issue [#168](https://github.com/GoalSmashers/clean-css/issues/168) - adds better property merging algorithm.