Commit cf0ae43868c55c498c79281dbb96ac576683f448

Authored by Nathan Broadbent
1 parent e4a1b610
Exists in master and in 1 other branch production

Added turbo-sprockets-rails3 gem to speed up asset compilation

Showing 2 changed files with 6 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -100,3 +100,5 @@ group :assets do
100 100 gem 'therubyracer', :platform => :ruby # C Ruby (MRI) or Rubinius, but NOT Windows
101 101 gem 'uglifier', '>= 1.0.3'
102 102 end
  103 +
  104 +gem 'turbo-sprockets-rails3'
103 105 \ No newline at end of file
... ...
Gemfile.lock
... ... @@ -284,6 +284,9 @@ GEM
284 284 treetop (1.4.10)
285 285 polyglot
286 286 polyglot (>= 0.3.1)
  287 + turbo-sprockets-rails3 (0.1.10)
  288 + railties (>= 3.1.0)
  289 + sprockets (>= 2.0.0)
287 290 tzinfo (0.3.33)
288 291 uglifier (1.2.7)
289 292 execjs (>= 0.3.0)
... ... @@ -352,6 +355,7 @@ DEPENDENCIES
352 355 therubyracer
353 356 thin
354 357 timecop
  358 + turbo-sprockets-rails3
355 359 uglifier (>= 1.0.3)
356 360 unicorn
357 361 useragent (~> 0.3.1)
... ...