Skip to content

Commit

Permalink
Merge pull request #300 from ember-learn/kategengler-patch-2
Browse files Browse the repository at this point in the history
Correct section on CSS minification
  • Loading branch information
jenweber authored Sep 17, 2023
2 parents 092faab + c5728ba commit 3d88882
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .local.dic
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ MacOS
MELPA
minibuffer
minifer-specific
minifiers
monorepo
namespacing
natively
Expand Down
4 changes: 2 additions & 2 deletions guides/advanced-use/asset-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ module.exports = function(defaults) {

## Minifying

Compiled css-files are minified by `broccoli-clean-css` or `broccoli-csso`,
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
the `minifyCSS:options` object in your ember-cli-build. Minification is enabled by
default in the production-env and can be disabled using the `minifyCSS:enabled`
switch.
Expand Down

0 comments on commit 3d88882

Please sign in to comment.