Sha256: 3e528d0183411c2ad48b6d326665f70595ba48f7b1c78e94ea1776066ef474dc
Contents?: true
Size: 526 Bytes
Versions: 1
Compression:
Stored size: 526 Bytes
Contents
# Application template recipe for the rails3_devise_wizard. Check for a newer version here: # https://github.com/fortuity/rails3_devise_wizard/blob/master/recipes/haml.rb if config['haml'] gem 'haml', '>= 3.0.25' gem 'haml-rails', '>= 0.3.4', :group => :development else recipes.delete('haml') end __END__ name: HAML description: "Utilize Haml instead of ERB." author: fortuity category: templating exclusive: templating config: - haml: type: boolean prompt: Would you like to use Haml instead of ERB?
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails3_devise_wizard-0.2.5 | recipes/haml.rb |