From 3b6d7207aaded93c47643eaebd06a793ac59d52b Mon Sep 17 00:00:00 2001 From: Paul Millar Date: Fri, 1 Sep 2023 21:00:11 +1000 Subject: [PATCH] Update UPGRADING.md Fix documented path (asset/config/manifest.js -> app/assets/config/manifest.js) for clarity. --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index d99d8a0..8f5b1c1 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -207,7 +207,7 @@ Start by following these steps: 1. Remove `sprockets`, `sprockets-rails`, and `sass-rails` from the Gemfile and add `propshaft`; 2. Run `./bin/bundle install`; 3. Open `config/application.rb` and remove `config.assets.paths << Rails.root.join('app','assets')`; -4. Remove `asset/config/manifest.js`. +4. Remove `app/assets/config/manifest.js`. 5. Replace all asset_helpers (`image_url`, `font_url`) in css files with standard `urls`. 6. If you are importing only the frameworks you need (instead of `rails/all`), remove `require "sprockets/railtie"`;