Skip to content

Commit

Permalink
Make the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jenweber committed Sep 17, 2023
1 parent ede533c commit 373fe57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion guides/advanced-use/asset-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = function(defaults) {

## Minifying

Compiled css-files are minified by `ember-cli-clean-css`, or other registered css minifiers,
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`
Expand Down

0 comments on commit 373fe57

Please sign in to comment.