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
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) | ... | ... |