We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e8ff6 commit f2b7a39Copy full SHA for f2b7a39
UPGRADING.md
@@ -207,7 +207,7 @@ Start by following these steps:
207
1. Remove `sprockets`, `sprockets-rails`, and `sass-rails` from the Gemfile and add `propshaft`;
208
2. Run `./bin/bundle install`;
209
3. Open `config/application.rb` and remove `config.assets.paths << Rails.root.join('app','assets')`;
210
-4. Remove `asset/config/manifest.js`.
+4. Remove `app/assets/config/manifest.js`.
211
5. Replace all asset_helpers (`image_url`, `font_url`) in css files with standard `urls`.
212
6. If you are importing only the frameworks you need (instead of `rails/all`), remove `require "sprockets/railtie"`;
213
0 commit comments