Sha256: e07ceb785326607ff2b1ae75f8b9fb895fc868e6a790a454af935c5aa0032b0e
Contents?: true
Size: 525 Bytes
Versions: 1
Compression:
Stored size: 525 Bytes
Contents
# Application template recipe for the rails_apps_composer. Check for a newer version here: # https://github.com/RailsApps/rails_apps_composer/blob/master/recipes/haml.rb if config['haml'] gem 'haml', '>= 3.1.1' gem 'haml-rails', '>= 0.3.4', :group => :development else recipes.delete('haml') end __END__ name: HAML description: "Utilize Haml instead of ERB." author: RailsApps 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 |
---|---|
rails_apps_composer-1.0.3 | recipes/haml.rb |