Skip to content

Commit

Permalink
load sass rails before active-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
phoet committed Feb 16, 2013
1 parent 2b5a0f0 commit 83394f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Expand Up @@ -20,10 +20,11 @@ gem "whitelabel", "0.2.0"
gem "newrelic_rpm", "3.5.6.55"
gem "dalli", "2.6.2"
gem "exception_notification", "3.0.1"
gem "activeadmin", "0.5.1"

# https://github.com/rails/sass-rails/issues/38
# http://stackoverflow.com/questions/9307476/uninitialized-constant-sassrailssasstemplate
gem "sass-rails", "3.2.6"
gem "activeadmin", "0.5.1"

group :assets do
gem "jquery-rails", "2.2.1"
gem "jquery_mobile_rails", "1.2.0"
Expand Down

0 comments on commit 83394f6

Please sign in to comment.