This gem is for you if you want to be able to run ActiveAdmin v4+ without any asset setup, e.g.:
cssbundling-rails
or tailwindcss-rails
sprockets
or propshaft
assets:precompile
or similar build stepsLike the asset gems of old, it includes static copies of all required assets and injects them automatically.
Add activeadmin_assets
to your Gemfile.
That's it π. If you want, you can configure the path to serve static assets from:
ActiveAdminAssets.path = '/x/admin-assets' # default: '/active_admin_assets'
Bug reports and pull requests are welcome on GitHub at https://github.com/jaynetics/activeadmin_assets.
The gem is available as open source under the terms of the MIT License.