slim-template / haml2slim

Haml to Slim converter.
http://slim-lang.com/
120 stars 20 forks source link

Haml 2 slim now works with ruby 1.9 syntax #27

Closed brand-it closed 3 years ago

brand-it commented 8 years ago

Found it was a lot of work to change HAML to Slim if you have ruby 1.9 syntax. This can make things difficult to use this tool.

brand-it commented 8 years ago

https://github.com/slim-template/haml2slim/pull/23 did not notice this pull request. Total should of checked first lol

brand-it commented 8 years ago

This gem still has a bug with things like data: { something: 'test' }. Depending on the way the haml is formated it replaces a bit funny.