Closed josemotanet closed 13 years ago
Hi José, I have just packaged the script in a gem. So add the line:
gem 'erb2haml'
to your Gemfile, and don't forget to run bundle install
. Be sure to remove old script from your app.
Let me know if you run into other problems.
Worked like a charm. Thanks, David!
Hi David, I couldn't use the rake task you've built. The output:
What should I do to make Rails recognize the task? Thanks.