Sha256: 068cc2632bbc17d792e50336633e85e59f78d703b167cffccf7a873e75e176e0
Contents?: true
Size: 299 Bytes
Versions: 3
Compression:
Stored size: 299 Bytes
Contents
say "\nReplacing ERb with Haml as your Template Engine\n", Thor::Shell::Color::YELLOW gem 'haml' gem "haml-rails" remove_file 'app/views/layouts/application.html.erb' create_file 'app/views/layouts/application.html.haml', templater.load_template('app/views/layouts/application.html.haml', 'haml')
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rails_templater-0.2.1 | lib/template_framework/recipes/haml.rb |
rails_templater-0.2.0 | lib/template_framework/recipes/haml.rb |
rails_templater-0.1.2 | lib/template_framework/recipes/haml.rb |