0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
HTML to HAML conversion tool which wraps around standard html2haml and fixes issues with its output.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0
 Project Readme

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