Skip to content

Commit

Permalink
Add turbo sprockets for faster asset precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanM committed Mar 16, 2013
1 parent 5089d3b commit 3e6c56a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -35,6 +35,8 @@ group :assets do
gem 'therubyracer'

gem 'uglifier', '>= 1.0.3'

gem 'turbo-sprockets-rails3'
end

gem 'jquery-rails'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -409,6 +412,7 @@ DEPENDENCIES
spree_paypal_express!
therubyracer
truncate_html
turbo-sprockets-rails3
turn (~> 0.8.3)
uglifier (>= 1.0.3)
unicorn

0 comments on commit 3e6c56a

Please sign in to comment.