Skip to content

Commit

Permalink
Remove assets.enabled from Configuring guide
Browse files Browse the repository at this point in the history
The option was removed in #18636 and
didn't make the cut to the gem (since loading the gem enables the asset
pipeline).
  • Loading branch information
etiennebarrie committed Feb 23, 2022
1 parent 746d115 commit 51ab591
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions guides/source/configuring.md
Expand Up @@ -367,11 +367,6 @@ Sets the default time zone for the application and enables time zone awareness f

### Configuring Assets

#### `config.assets.enabled`

A flag that controls whether the asset pipeline is enabled. It is set to `true`
by default.

#### `config.assets.css_compressor`

Defines the CSS compressor to use. It is set by default by `sass-rails`. The unique alternative value at the moment is `:yui`, which uses the `yui-compressor` gem.
Expand Down

0 comments on commit 51ab591

Please sign in to comment.