Remove assets.enabled from Configuring guide

The option was removed in https://github.com/rails/rails/pull/18636 and
didn't make the cut to the gem (since loading the gem enables the asset
pipeline).
This commit is contained in:
Étienne Barrié 2022-02-23 11:11:52 +01:00
parent 746d115b9a
commit 51ab591a76

@ -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.