mirror of
https://github.com/haml/haml-rails.git
synced 2022-11-09 12:34:15 -05:00

PR for #47 https://github.com/indirect/haml-rails/issues/47 Usage Once you install haml-rails gem, you can run the following command to convert application.html.erb to application.html.haml. `$ rails generate haml:application_layout convert` or `$ rails g haml:application_layout convert`
8 lines
184 B
Ruby
8 lines
184 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in haml-rails.gemspec
|
|
gemspec
|
|
|
|
gem 'rubysl', '~> 2.0', platforms: :rbx
|
|
gem 'minitest', platforms: :rbx
|
|
gem 'html2haml'
|