Merge pull request #183 from cpanderson/readme_update

updated readme to reflect that html2haml is no longer part of the haml-rails install
This commit is contained in:
Akira Matsuda 2022-10-07 11:51:14 +09:00 committed by GitHub
commit 4c6bcaaa23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ to `app/views/layouts/application.html.haml` using this command:
$ rails generate haml:application_layout convert
This requires the html2haml gem and you can install it locally:
gem install html2haml
After the application layout file is converted successfully,
make sure to delete `app/views/layouts/application.html.erb`, so Rails can
start using `app/views/layouts/application.html.haml` instead.