owen2345 / camaleon-ecommerce

This is an ecommerce plugin for CAMALEON CMS
MIT License
21 stars 20 forks source link

Add assets manifest for Sprockets 4.x compatibility #69

Closed texpert closed 3 months ago

texpert commented 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.