I'm a big Haml/Sass fan. Right now I work with a designer who prefers Erb and doesn't speak Haml.
I find that working with Erb is slowing me down considerably, and it doesn't seem fair that he should have to pay for that time (he's the client & I'm paid hourly).
The erb->haml converter works quite well these days, but I don't know if there is a way to go the other direction.
How great would it be if I could work in Haml/Sass, but then automatically convert it to erb/css when I commit to the repo, and vice versa when I pull his changes?
Maybe I'm dreaming, but I'm interested in hearing how other teams have handled this dilemma.
What do you do?