From c5728ba917e4127b7236ee2ed908a87a709dfddf Mon Sep 17 00:00:00 2001 From: Jen Weber Date: Sat, 16 Sep 2023 20:24:26 -0400 Subject: [PATCH] Make the linter happy --- .local.dic | 1 + guides/advanced-use/asset-compilation.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.local.dic b/.local.dic index 290fc93..cc8ebf6 100644 --- a/.local.dic +++ b/.local.dic @@ -66,6 +66,7 @@ MacOS MELPA minibuffer minifer-specific +minifiers monorepo namespacing natively diff --git a/guides/advanced-use/asset-compilation.md b/guides/advanced-use/asset-compilation.md index 1efe95a..8eb3822 100644 --- a/guides/advanced-use/asset-compilation.md +++ b/guides/advanced-use/asset-compilation.md @@ -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`