diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-01 12:30:25 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-01 12:30:25 +0000 |
commit | bcd04360f46a500dcaad326c01da3ed2da39b21c (patch) | |
tree | 570b93a1a55a5f03e5af28dbeb93cb89680a8150 | |
parent | f6e88dfd446c6b8be42f80d2094cfc22f08b75e5 (diff) |
Add bootstrap-sass and compass to the :develop group in the Gemfile - now that adminbootstrap is the default admin theme, you need them in order to regenerate the css.
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 10 |
2 files changed, 12 insertions, 0 deletions
@@ -49,5 +49,7 @@ end group :develop do gem 'ruby-debug', :platforms => :ruby_18 gem 'ruby-debug19', :platforms => :ruby_19 + gem 'bootstrap-sass' + gem 'compass' gem 'annotate' end diff --git a/Gemfile.lock b/Gemfile.lock index 0969c5794..1d7ff9a08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,16 +13,23 @@ GEM activesupport (2.3.14) annotate (2.4.0) archive-tar-minitar (0.5.2) + bootstrap-sass (2.1.1.0) capistrano (2.13.4) highline net-scp (>= 1.0.0) net-sftp (>= 2.0.0) net-ssh (>= 2.0.14) net-ssh-gateway (>= 1.1.0) + chunky_png (1.2.6) columnize (0.3.6) + compass (0.12.2) + chunky_png (~> 1.2) + fssm (>= 0.2.7) + sass (~> 3.1) fakeweb (1.3.0) fast_gettext (0.6.8) fastercsv (1.5.5) + fssm (0.2.9) gettext (2.3.3) locale gettext_i18n_rails (0.7.1) @@ -87,6 +94,7 @@ GEM ruby-ole (1.2.11.3) ruby_core_source (0.1.5) archive-tar-minitar (>= 0.5.2) + sass (3.2.1) syslog_protocol (0.9.2) test-unit (1.2.3) hoe (>= 1.5.1) @@ -101,7 +109,9 @@ PLATFORMS DEPENDENCIES annotate + bootstrap-sass capistrano + compass fakeweb fast_gettext (>= 0.6.0) fastercsv (>= 1.5.5) |