Commit f98862c729b55659a6f602bab423b89d06e75534
1 parent
e75e5921
Exists in
master
and in
29 other branches
Add slim templates
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Gemfile
... | ... | @@ -19,6 +19,7 @@ gem 'gettext', '~> 2.2.1', :require => false |
19 | 19 | gem 'locale', '~> 2.0.5' |
20 | 20 | gem 'whenever', :require => false |
21 | 21 | gem 'eita-jrails', '>= 0.9.5', :require => 'jrails' |
22 | +gem 'slim' | |
22 | 23 | |
23 | 24 | # asset pipeline |
24 | 25 | gem 'uglifier', '>= 1.0.3' | ... | ... |