Closed texpert closed 3 months ago
Sprockets 4.x changed the default logic for determining top-level targets for asset compilation. If you are mounting Rails engines which provide their own assets, check to see if they define their own manifest file.
See https://github.com/rails/sprockets/blob/main/UPGRADING.md#manifestjs
Also, have gitignored Gemfile.lock and .idea folder.
Sprockets 4.x changed the default logic for determining top-level targets for asset compilation. If you are mounting Rails engines which provide their own assets, check to see if they define their own manifest file.
See https://github.com/rails/sprockets/blob/main/UPGRADING.md#manifestjs
Also, have gitignored Gemfile.lock and .idea folder.