Skip to content

Commit 38718e3

Browse files
kategenglerjenweber
authored andcommitted
Correct section on CSS minification
1 parent 092faab commit 38718e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/advanced-use/asset-compilation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ module.exports = function(defaults) {
108108

109109
## Minifying
110110

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
111+
Compiled css-files are minified by `ember-cli-clean-css`, or other registered css minifiers,
112+
if they are installed locally. You can pass minifer-specific options to them using
113113
the `minifyCSS:options` object in your ember-cli-build. Minification is enabled by
114114
default in the production-env and can be disabled using the `minifyCSS:enabled`
115115
switch.

0 commit comments

Comments
 (0)