From cf0ae43868c55c498c79281dbb96ac576683f448 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Sun, 7 Oct 2012 01:15:03 +1300 Subject: [PATCH] Added turbo-sprockets-rails3 gem to speed up asset compilation --- Gemfile | 2 ++ Gemfile.lock | 4 ++++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Gemfile b/Gemfile index 1758fc9..9810ccf 100644 --- a/Gemfile +++ b/Gemfile @@ -100,3 +100,5 @@ group :assets do gem 'therubyracer', :platform => :ruby # C Ruby (MRI) or Rubinius, but NOT Windows gem 'uglifier', '>= 1.0.3' end + +gem 'turbo-sprockets-rails3' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 7735b77..1576fdd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -284,6 +284,9 @@ GEM treetop (1.4.10) polyglot polyglot (>= 0.3.1) + turbo-sprockets-rails3 (0.1.10) + railties (>= 3.1.0) + sprockets (>= 2.0.0) tzinfo (0.3.33) uglifier (1.2.7) execjs (>= 0.3.0) @@ -352,6 +355,7 @@ DEPENDENCIES therubyracer thin timecop + turbo-sprockets-rails3 uglifier (>= 1.0.3) unicorn useragent (~> 0.3.1) -- libgit2 0.21.2