Skip to content

Commit 968b7f3

Browse files
authored
Update asset_pipeline.md
1 parent 1b48246 commit 968b7f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guides/source/asset_pipeline.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ capabilities.
3030

3131
Propshaft focuses on essential asset management tasks and leaves more complex
3232
tasks, such as JavaScript and CSS bundling and minification, to specialized
33-
tools like [`js-bundling-rails`](https://github.com/rails/jsbundling-rails) and
34-
[`css-bundling-rails`](https://github.com/rails/cssbundling-rails), which can be
33+
tools like [`jsbundling-rails`](https://github.com/rails/jsbundling-rails) and
34+
[`cssbundling-rails`](https://github.com/rails/cssbundling-rails), which can be
3535
added separately to your application. Propshaft focuses on
3636
[fingerprinting](#fingerprinting-versioning-with-digest-based-urls) and
3737
emphasizes generating digest-based URLs for assets, allowing browsers to cache
@@ -135,11 +135,11 @@ dependencies:
135135
pre-processing, you may want to consider [advanced asset
136136
management](#advanced-asset-management) alongside Propshaft.
137137
138-
Tools like [`js-bundling-rails`](https://github.com/rails/jsbundling-rails)
138+
Tools like [`jsbundling-rails`](https://github.com/rails/jsbundling-rails)
139139
integrates [Bun](https://bun.sh/), [esbuild](https://esbuild.github.io/),
140140
[rollup.js](https://rollupjs.org/), or [Webpack](https://webpack.js.org/)
141141
into your Rails application, while
142-
[`css-bundling-rails`](https://github.com/rails/cssbundling-rails) can be
142+
[`cssbundling-rails`](https://github.com/rails/cssbundling-rails) can be
143143
used to process stylesheets that use [Tailwind
144144
CSS](https://tailwindcss.com/), [Bootstrap](https://getbootstrap.com/),
145145
[Bulma](https://bulma.io/), [PostCSS](https://postcss.org/), or [Dart

0 commit comments

Comments
 (0)