Skip to content

Commit f2b7a39

Browse files
authored
Update UPGRADING.md (#152)
Fix documented path (asset/config/manifest.js -> app/assets/config/manifest.js) for clarity.
1 parent 85e8ff6 commit f2b7a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Start by following these steps:
207207
1. Remove `sprockets`, `sprockets-rails`, and `sass-rails` from the Gemfile and add `propshaft`;
208208
2. Run `./bin/bundle install`;
209209
3. Open `config/application.rb` and remove `config.assets.paths << Rails.root.join('app','assets')`;
210-
4. Remove `asset/config/manifest.js`.
210+
4. Remove `app/assets/config/manifest.js`.
211211
5. Replace all asset_helpers (`image_url`, `font_url`) in css files with standard `urls`.
212212
6. If you are importing only the frameworks you need (instead of `rails/all`), remove `require "sprockets/railtie"`;
213213

0 commit comments

Comments
 (0)