Rails: What is the purpose of assets/config/manifest.js?

Created on 20 Jul 2017  路  1Comment  路  Source: rails/rails

I see no documentation on manifest.js and even doubt if its being used at all. I deleted its content and precompiled assets for production and it works just fine.

bundle exec rails assets:precompile RAILS_ENV=production

Most helpful comment

The manifest.js is required for Sprockets 4. Please see sprockets/UPGRADING.md for details.

>All comments

The manifest.js is required for Sprockets 4. Please see sprockets/UPGRADING.md for details.

Was this page helpful?
0 / 5 - 0 ratings