Note
This addon is not needed and is NOT used when embroider is enabled.
ember install ember-cli-clean-css
Options for clean-css can be passed through the minifyCSS
property in ember-cli-build.js
. Please see the docs for ember-cli here.
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 uses clean-css
v3.4
. This exactly matches the version that ember-cli
(via ember-cli-preprocess-registry
) used in ember-cli <= 4.12
.
See the Contributing guide for details.
This project is licensed under the MIT License.