dhl / erb2haml

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

adding a replace_erbs task #3

Closed bernabas closed 11 years ago

bernabas commented 11 years ago

When converting erb files to haml files, the erb files will stay in the same place, instead this task gives the users a choice to remove the already converted erb files.

dhl commented 11 years ago

Hey @bernabas, thanks for the nice pull request!

bernabas commented 11 years ago

@dhl np