Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert SLIM to HAML or ERB

Is there any way to convert SLIM file to HAML or ERB? I googled for any existing web sites (like html2haml.heroku.com/, or css2sass.heroku.com) which can do this convert, but still no luck. Thanks.

SLIM:

like image 938
Firoz Ansari Avatar asked Sep 24 '12 20:09

Firoz Ansari


1 Answers

I'm not aware of any, but Texmate allows you to convert slim to html (link)

Maybe you can use that and than html2haml ?

Hope this still saves you a bit of time.

like image 156
Mikec Avatar answered Oct 11 '22 17:10

Mikec