From 3e6c56a638872dcab05b71aecef44561acf09a9d Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Sat, 16 Mar 2013 13:08:14 +1100 Subject: [PATCH] Add turbo sprockets for faster asset precompile --- Gemfile | 2 ++ Gemfile.lock | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index 4cee1f37f1..b99426c399 100644 --- a/Gemfile +++ b/Gemfile @@ -35,6 +35,8 @@ group :assets do gem 'therubyracer' gem 'uglifier', '>= 1.0.3' + + gem 'turbo-sprockets-rails3' end gem 'jquery-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 23e111c9d2..301487e9b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -352,6 +352,9 @@ GEM polyglot polyglot (>= 0.3.1) truncate_html (0.5.5) + turbo-sprockets-rails3 (0.3.6) + railties (> 3.2.8, < 4.0.0) + sprockets (>= 2.0.0) turn (0.8.3) ansi tzinfo (0.3.35) @@ -409,6 +412,7 @@ DEPENDENCIES spree_paypal_express! therubyracer truncate_html + turbo-sprockets-rails3 turn (~> 0.8.3) uglifier (>= 1.0.3) unicorn