Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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:

share|improve this question

1 Answer

up vote 1 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.