1
0
Fork 0
mirror of https://github.com/haml/haml-rails.git synced 2022-11-09 12:34:15 -05:00
haml--haml-rails/Gemfile
Jason Kim 6bfa796cdd Added Rails generator command: rails g haml:application_layout convert
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`
2014-12-02 18:48:21 -08:00

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'