All Projects → maxim → hamlify

maxim / hamlify

Licence: MIT License
HTML to HAML conversion tool which wraps around standard html2haml and fixes issues with its output.

hamlify

This tool will convert your html/erb to haml better than html2haml alone.

Problems fixed:

  • IE comments parse correctly.
  • Single-line indentations are moved on the same line as parent.
  • Non-output HAML blocks are fixed. (ie - end is removed and block indentation fixed)

install

sudo gem sources -a http://gems.github.com
sudo gem install maxim-hamlify

usage

hamlify path/to/file.html.erb
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].