dhl / erb2haml

Simple script to bulk covert ERB files in a Rails app to Haml
MIT License
193 stars 20 forks source link

html2haml is required for haml >= 4.0 #4

Closed kyamaguchi closed 11 years ago

kyamaguchi commented 11 years ago

html2haml is required for haml 4

Error will occur without it. 'html2haml is not part of the bundle. Add it to Gemfile. (Gem::LoadError)'

fluxsaas commented 11 years ago

thanks @kyamaguchi. works.

PikachuEXE commented 11 years ago

@kyamaguchi That works! Thanks.

dhl commented 11 years ago

Hi @kyamaguchi, thanks for raising the issue! The bug is now fixed in 0.1.5.