Lines Matching refs:clean

3 …<img src="https://cdn.rawgit.com/jakubpawlowicz/clean-css/master/logo.v2.svg" alt="clean-css logo"…
8 [![NPM version](https://img.shields.io/npm/v/clean-css.svg?style=flat)](https://www.npmjs.com/packa…
9 …ds.io/travis/jakubpawlowicz/clean-css/master.svg?style=flat&label=Linux%20build)](https://travis-c…
10 …yor/ci/jakubpawlowicz/clean-css/master.svg?style=flat&label=Windows%20build)](https://ci.appveyor.…
11 …tps://img.shields.io/david/jakubpawlowicz/clean-css.svg?style=flat)](https://david-dm.org/jakubpaw…
12 [![NPM Downloads](https://img.shields.io/npm/dm/clean-css.svg)](https://npmcharts.com/compare/clean
15 clean-css is a fast and efficient CSS optimizer for [Node.js](http://nodejs.org/) platform and [any…
50 * [How to use clean-css with build tools?](#how-to-use-clean-css-with-build-tools)
51 * [How to use clean-css from web browser?](#how-to-use-clean-css-from-web-browser)
59 clean-css requires Node.js 4.0+ (tested on Linux, OS X, and Windows)
64 npm install --save-dev clean-css
70 var CleanCSS = require('clean-css');
78 clean-css 4.0 introduces some breaking changes:
80 …API stays in this repository while CLI moves to [clean-css-cli](https://github.com/jakubpawlowicz/
100 clean-css 4.1 introduces the following changes / features:
115 * the [web interface](https://jakubpawlowicz.github.io/clean-css) gets an improved settings panel w…
119 clean-css 4.2 introduces the following changes / features:
123 * preserves any CSS content between `/* clean-css ignore:start */` and `/* clean-css ignore:end */`…
129 clean-css constructor accepts a hash as a parameter with the following options available:
153 …alias to a [fine grained configuration](https://github.com/jakubpawlowicz/clean-css/blob/master/li…
231 Unless given, the default [loadRemoteResource](https://github.com/jakubpawlowicz/clean-css/blob/mas…
298 // introduced in clean-css 4.1.0
438 Once configured clean-css provides a `minify` method to optimize a given CSS, e.g.
473 If you prefer clean-css to return a Promise object then you need to explicitely ask for it, e.g.
484 …arately using `npm install clean-css-cli`. For more detailed information, please visit https://git…
533 If clean-css doesn't perform a particular property optimization, you can use `transform` callback t…
574 Wrap the CSS fragment in special comments which instruct clean-css to preserve it, e.g.
580 /* clean-css ignore:start */
584 /* clean-css ignore:end */
612 clean-css will handle it automatically for you in the following cases:
679 All level 2 optimizations are dispatched [here](https://github.com/jakubpawlowicz/clean-css/blob/ma…
693 ## How to use clean-css with build tools?
697 …ithub.com/broccolijs/broccoli#broccoli): [broccoli-clean-css](https://github.com/shinnn/broccoli-c…
698 * [Brunch](http://brunch.io/): [clean-css-brunch](https://github.com/brunch/clean-css-brunch)
700 * [Gulp](http://gulpjs.com/): [gulp-clean-css](https://github.com/scniro/gulp-clean-css)
701 …inyl-map as a wrapper - courtesy of @sogko](https://github.com/jakubpawlowicz/clean-css/issues/342)
702 …ttps://github.com/component/builder2.js): [builder-clean-css](https://github.com/poying/builder-cl…
703 …etalsmith](http://metalsmith.io): [metalsmith-clean-css](https://github.com/aymericbeaumet/metalsm…
704 * [Lasso](https://github.com/lasso-js/lasso): [lasso-clean-css](https://github.com/yomed/lasso-clea…
705 …art](https://github.com/start-runner/start): [start-clean-css](https://github.com/start-runner/cle…
707 ## How to use clean-css from web browser?
709 * https://jakubpawlowicz.github.io/clean-css/ (official web interface)
711 * http://adamburgess.github.io/clean-css-online/
715 See [CONTRIBUTING.md](https://github.com/jakubpawlowicz/clean-css/blob/master/CONTRIBUTING.md).
722 git clone git@github.com:jakubpawlowicz/clean-css.git
728 cd clean-css
735 npm run bench # for clean-css benchmarks (see [test/bench.js](https://github.com/jakubpawlowicz/cle…
736 npm run browserify # to create the browser-ready clean-css version
746 * [@alexlamsl](https://github.com/alexlamsl) (Alex Lam S.L.) for testing early clean-css 4 versions…
750 * [@facelessuser](https://github.com/facelessuser) (Isaac) for pointing out a flaw in clean-css' st…
754 …Plus everyone else involved in [#125](https://github.com/jakubpawlowicz/clean-css/issues/125) for …
756 * [@ngyikp](https://github.com/ngyikp) (Ng Yik Phang) for testing early clean-css 4 versions, repor…
764 clean-css is released under the [MIT License](https://github.com/jakubpawlowicz/clean-css/blob/mast…