activeadmin: Undefined mixin 'global-reset' -- Rails 3.1 precompile
Precompiling assets on Rails 3.1 gives the following error with ActiveAdmin:
Undefined mixin 'global-reset'.
  (in /home/acessor/.rvm/gems/ruby-1.9.2-p290/gems/activeadmin-0.3.4/app/assets/stylesheets/active_admin/_base.css.scss)
About this issue
- Original URL
 - State: closed
 - Created 13 years ago
 - Comments: 50 (9 by maintainers)
 
Commits related to this issue
- update fixes for precompilation failing on 3.2 related to issue #810 — committed to comboy/active_admin by comboy 12 years ago
 
thanks @mike-marcacci your solution works!
just put it in
config/environments/production.rbmade my day!