Add turbo sprockets for faster asset precompile

This commit is contained in:
Rohan Mitchell
2013-03-16 13:08:14 +11:00
parent 5089d3bb22
commit 3e6c56a638
2 changed files with 6 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ group :assets do
gem 'therubyracer'
gem 'uglifier', '>= 1.0.3'
gem 'turbo-sprockets-rails3'
end
gem 'jquery-rails'

View File

@@ -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