ayann / active_admin_flat_skin

Active Admin Flat theme design.
http://ayann.github.io/active_admin_flat_skin
MIT License
91 stars 62 forks source link

rake assets:precompile #6

Open tinkesh opened 7 years ago

tinkesh commented 7 years ago

rake assets:precompile rake aborted! Sass::SyntaxError: Undefined variable: "$bodyColor". /home/mahesh/.rvm/gems/ruby-2.1.1/gems/active_admin_flat_skin-0.1.2/vendor/assets/stylesheets/active_admin_skin.scss:6

DevMasterAryan commented 6 years ago

hi I had a same issue I get added this two lines in environment/production.rb config.assets.compile = true config.assets.precompile += %w( active_admin.css.scss ) It works for me.