@@ -30,8 +30,8 @@ capabilities.
30
30
31
31
Propshaft focuses on essential asset management tasks and leaves more complex
32
32
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
35
35
added separately to your application. Propshaft focuses on
36
36
[ fingerprinting] ( #fingerprinting-versioning-with-digest-based-urls ) and
37
37
emphasizes generating digest-based URLs for assets, allowing browsers to cache
@@ -135,11 +135,11 @@ dependencies:
135
135
pre-processing, you may want to consider [advanced asset
136
136
management](#advanced-asset-management) alongside Propshaft.
137
137
138
- Tools like [`js-bundling -rails`](https://github.com/rails/jsbundling-rails)
138
+ Tools like [`jsbundling -rails`](https://github.com/rails/jsbundling-rails)
139
139
integrates [Bun](https://bun.sh/), [esbuild](https://esbuild.github.io/),
140
140
[rollup.js](https://rollupjs.org/), or [Webpack](https://webpack.js.org/)
141
141
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
143
143
used to process stylesheets that use [Tailwind
144
144
CSS](https://tailwindcss.com/), [Bootstrap](https://getbootstrap.com/),
145
145
[Bulma](https://bulma.io/), [PostCSS](https://postcss.org/), or [Dart
0 commit comments