Commit cf0ae43868c55c498c79281dbb96ac576683f448
1 parent
e4a1b610
Exists in
master
and in
1 other branch
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,3 +100,5 @@ group :assets do | ||
| 100 | gem 'therubyracer', :platform => :ruby # C Ruby (MRI) or Rubinius, but NOT Windows | 100 | gem 'therubyracer', :platform => :ruby # C Ruby (MRI) or Rubinius, but NOT Windows |
| 101 | gem 'uglifier', '>= 1.0.3' | 101 | gem 'uglifier', '>= 1.0.3' |
| 102 | end | 102 | end |
| 103 | + | ||
| 104 | +gem 'turbo-sprockets-rails3' | ||
| 103 | \ No newline at end of file | 105 | \ No newline at end of file |
Gemfile.lock
| @@ -284,6 +284,9 @@ GEM | @@ -284,6 +284,9 @@ GEM | ||
| 284 | treetop (1.4.10) | 284 | treetop (1.4.10) |
| 285 | polyglot | 285 | polyglot |
| 286 | polyglot (>= 0.3.1) | 286 | polyglot (>= 0.3.1) |
| 287 | + turbo-sprockets-rails3 (0.1.10) | ||
| 288 | + railties (>= 3.1.0) | ||
| 289 | + sprockets (>= 2.0.0) | ||
| 287 | tzinfo (0.3.33) | 290 | tzinfo (0.3.33) |
| 288 | uglifier (1.2.7) | 291 | uglifier (1.2.7) |
| 289 | execjs (>= 0.3.0) | 292 | execjs (>= 0.3.0) |
| @@ -352,6 +355,7 @@ DEPENDENCIES | @@ -352,6 +355,7 @@ DEPENDENCIES | ||
| 352 | therubyracer | 355 | therubyracer |
| 353 | thin | 356 | thin |
| 354 | timecop | 357 | timecop |
| 358 | + turbo-sprockets-rails3 | ||
| 355 | uglifier (>= 1.0.3) | 359 | uglifier (>= 1.0.3) |
| 356 | unicorn | 360 | unicorn |
| 357 | useragent (~> 0.3.1) | 361 | useragent (~> 0.3.1) |