$ gem install html2haml
$ for file in app/views/**/*.erb; do html2haml -e $file ${file%erb}haml && rm $file; done
TIY-Q3-ROR-CHS-2014/CarLot
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
$ gem install html2haml
$ for file in app/views/**/*.erb; do html2haml -e $file ${file%erb}haml && rm $file; done