Open
Description
When deploying to heroku, I get the following error:
ActionView::Template::Error (active_admin/active_admin_globalize3.css isn't precompiled)
I already added the following lines to my application.rb:
config.assets.enabled = true
config.assets.precompile += ['active_admin.css', 'active_admin.js', 'active_admin_globalize3.css']
But I still get the error above. Rails 3.2.13, Ruby 2.0.0
Metadata
Metadata
Assignees
Labels
No labels