Mercurial > zeropaste
comparison Gemfile @ 1:49c0949ee47e
There will be no javascript here.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Sun, 26 Aug 2012 11:03:59 -0700 |
parents | 4aa8194a1733 |
children | 8c0f70f8249e |
comparison
equal
deleted
inserted
replaced
0:4aa8194a1733 | 1:49c0949ee47e |
---|---|
11 | 11 |
12 # Gems used only for assets and not required | 12 # Gems used only for assets and not required |
13 # in production environments by default. | 13 # in production environments by default. |
14 group :assets do | 14 group :assets do |
15 gem 'sass-rails', '~> 3.2.3' | 15 gem 'sass-rails', '~> 3.2.3' |
16 gem 'coffee-rails', '~> 3.2.1' | |
17 | |
18 # See https://github.com/sstephenson/execjs#readme for more supported runtimes | |
19 # gem 'therubyracer', :platforms => :ruby | |
20 | 16 |
21 gem 'uglifier', '>= 1.0.3' | 17 gem 'uglifier', '>= 1.0.3' |
22 end | 18 end |
23 | 19 |
24 | 20 |