Sha256: 2a9c2103456eeff5ba3eadaa76ec629c32941d4295d3419331c5d8937f891812

Contents?: true

Size: 291 Bytes

Versions: 2

Compression:

Stored size: 291 Bytes

Contents

recipe :compass do
  description 'This will add Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain'
  after :application_controller
  
  ask "Would you like to use Compass in this project?" do
    gem "compass", "0.12.rc.1"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playmo-0.1.6 recipes/compass_recipe.rb
playmo-0.1.5 recipes/compass_recipe.rb