Skip to content

Correct section on CSS minification #300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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