Open cmager opened 11 years ago
Hi, is there a way to get the rake tasks to lookup the erb templates in Rails.root/lib/engine-name/app/views as well?
cheers, christian
At this moment app/views path is hardcoded in the rake task: https://github.com/dhl/erb2haml/blob/master/lib/erb2haml/railties/erb2haml.rake#L25
app/views
Hi, is there a way to get the rake tasks to lookup the erb templates in Rails.root/lib/engine-name/app/views as well?
cheers, christian