We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092faab commit 38718e3Copy full SHA for 38718e3
guides/advanced-use/asset-compilation.md
@@ -108,8 +108,8 @@ module.exports = function(defaults) {
108
109
## Minifying
110
111
-Compiled css-files are minified by `broccoli-clean-css` or `broccoli-csso`,
112
-if it is installed locally. You can pass minifer-specific options to them using
+Compiled css-files are minified by `ember-cli-clean-css`, or other registered css minifiers,
+if they are installed locally. You can pass minifer-specific options to them using
113
the `minifyCSS:options` object in your ember-cli-build. Minification is enabled by
114
default in the production-env and can be disabled using the `minifyCSS:enabled`
115
switch.
0 commit comments