ember-cli / ember-cli-clean-css

CSS minification via clean-css for Ember CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-cli-clean-css

Installation

ember install ember-cli-clean-css

Usage

Options for clean-css can be passed through the minifyCSS property in ember-cli-build.js. Please see the docs for ember-cli here.

clean-css versions

ember-cli-clean-css 3.x

ember-cli-clean-css 3.x uses clean-css v5.0. When upgrading you may enounter differences in css output. Please see the clean-css documentation and changelog to determine how the output has changed.

ember-cli-clean-css 2.x

ember-cli-clean-css 2.x uses clean-css v3.4. This exactly matches the version that ember-cli (via ember-cli-preprocess-registry) used in ember-cli <= 4.12.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

CSS minification via clean-css for Ember CLI

License:MIT License


Languages

Language:JavaScript 84.3%Language:HTML 14.0%Language:CSS 1.4%Language:Handlebars 0.3%