Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

maxim/hamlify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published