From 784d6323a2d4c79d6ae997c0dc4dd2c09aa24dd6 Mon Sep 17 00:00:00 2001 From: Jason Fleetwood-Boldt Date: Mon, 5 Dec 2022 18:33:35 -0500 Subject: [PATCH 1/3] Update README.md @jrochkind --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db17a8e7..f88095cd 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ end **`config.assets.resolve_assets_in_css_urls`** -When this option is enabled, sprockets-rails will register a CSS postprocessor to resolve assets referenced in [`url()`](https://developer.mozilla.org/en-US/docs/Web/CSS/url()) function calls and replace them with the digested paths. Defaults to `true`. +When this option is enabled, sprockets-rails will register a CSS postprocessor to resolve assets referenced in [`url()`](https://developer.mozilla.org/en-US/docs/Web/CSS/url()) function calls and replace them with the digested paths. Defaults to `true`. It no longer necessary to use eg asset-url() helper (which was introduced by sass-rails). All `url(...)` references in CSS are just transparently processed to use appropriate digested filenames automatically now. **`config.assets.resolve_with`** From 8a5d7ec52ad2b2009a16e92ddfa79df1a5ba3244 Mon Sep 17 00:00:00 2001 From: Jason Fleetwood-Boldt Date: Mon, 5 Dec 2022 18:35:41 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f88095cd..be182e7b 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ end **`config.assets.resolve_assets_in_css_urls`** -When this option is enabled, sprockets-rails will register a CSS postprocessor to resolve assets referenced in [`url()`](https://developer.mozilla.org/en-US/docs/Web/CSS/url()) function calls and replace them with the digested paths. Defaults to `true`. It no longer necessary to use eg asset-url() helper (which was introduced by sass-rails). All `url(...)` references in CSS are just transparently processed to use appropriate digested filenames automatically now. +When this option is enabled, sprockets-rails will register a CSS postprocessor to resolve assets referenced in [`url()`](https://developer.mozilla.org/en-US/docs/Web/CSS/url()) function calls and replace them with the digested paths. Defaults to `true`. It no longer necessary to use eg asset-url() helper (which was introduced by sass-rails). All `url(...)` references in CSS are just transparently processed to use appropriately digested filenames automatically now. **`config.assets.resolve_with`** From 0cfd6a44cdbabff07ded038a45e34674ca54d5ee Mon Sep 17 00:00:00 2001 From: Jason Fleetwood-Boldt Date: Mon, 27 Feb 2023 07:53:52 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be182e7b..a7130bcd 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,9 @@ end **`config.assets.resolve_assets_in_css_urls`** -When this option is enabled, sprockets-rails will register a CSS postprocessor to resolve assets referenced in [`url()`](https://developer.mozilla.org/en-US/docs/Web/CSS/url()) function calls and replace them with the digested paths. Defaults to `true`. It no longer necessary to use eg asset-url() helper (which was introduced by sass-rails). All `url(...)` references in CSS are just transparently processed to use appropriately digested filenames automatically now. +When this option is enabled, sprockets-rails will register a CSS postprocessor to resolve assets referenced in [`url()`](https://developer.mozilla.org/en-US/docs/Web/CSS/url()) function calls and replace them with the digested paths. Defaults to `true`. + +It is no longer necessary to use the asset-url() helper in your SASS files (which was introduced by sass-rails). All `url(...)` references in CSS are transparently processed to use appropriately digested filenames automatically now. **`config.assets.resolve_with`**