Skip to content

Commit 3d88882

Browse files
authored
Merge pull request #300 from ember-learn/kategengler-patch-2
Correct section on CSS minification
2 parents 092faab + c5728ba commit 3d88882

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.local.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ MacOS
6666
MELPA
6767
minibuffer
6868
minifer-specific
69+
minifiers
6970
monorepo
7071
namespacing
7172
natively

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)