We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Does anyone else receive the following warning when running rake assets:precompile with rails_admin setup to use sprockets?
rake assets:precompile
W, [2023-03-03T06:53:23.282082 #890] WARN -- : Removed sourceMappingURL comment for missing asset 'rails_admin/popper.js.map' from /usr/local/bundle/gems/rails_admin-3.1.1/vendor/assets/javascripts/rails_admin/popper.js W, [2023-03-03T06:53:23.312343 #890] WARN -- : Removed sourceMappingURL comment for missing asset 'rails_admin/bootstrap.js.map' from /usr/local/bundle/gems/rails_admin-3.1.1/vendor/assets/javascripts/rails_admin/bootstrap.js
Reproduction steps
Expected behavior No warning
Additional context
rails
rails_admin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Does anyone else receive the following warning when running
rake assets:precompile
with rails_admin setup to use sprockets?Reproduction steps
rake assets:precompile
Expected behavior
No warning
Additional context
rails
version: Rails 7.0.4.2rails_admin
version: rails_admin-3.1.1rails_admin
npm package version: NAThe text was updated successfully, but these errors were encountered: