I’m looking for tips for working on a rails projects with an outsourced design team. Designers in a company I work for prepare the designs and send them to another company which transforms the designs into CSS/HTML/JS. I’m now looking for a way to allow some changes in CSS/HTML/JS while I can still continue integrating designs and working on the project. Both companies use GIT but for now the two processes are separated.
It seems like the easiest way would be for the company to learn haml/coffeescript/rails basics, clone the git repository where the app is being actively developed and commit changes there. However I believe this is a lot to ask from a company that has developed it’s own process during the years. I also believe this same company does a lot of work for other teams working with symphony/static sites etc.
Does anyone have any useful advices on how to tackle this problem? Thanks a lot!