Projet

Général

Profil

Paste
Télécharger (270 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / zen / STARTERKIT / Gemfile @ a1cafe7e

1
source 'https://rubygems.org'
2

    
3
group :frontend do
4
  gem 'compass',        '<= 0.13'
5
  # Build compass sprites faster with oily_png.
6
  gem 'oily_png',       '~> 1.1'
7
  gem 'sass',           '~> 3.2.0'
8
  gem 'sass-globbing',  '~> 1.1'
9
  gem 'zen-grids',      '~> 1.5'
10
end