Skip to content

Commit

Permalink
Update UPGRADING.md
Browse files Browse the repository at this point in the history
Fix documented path (asset/config/manifest.js -> app/assets/config/manifest.js) for clarity.
  • Loading branch information
paul-millar authored Sep 1, 2023
1 parent 85e8ff6 commit 3b6d720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`;

Expand Down

0 comments on commit 3b6d720

Please sign in to comment.