Hacker News new | ask | show | jobs
by mattberg 4595 days ago
One of the tricky things for me has been in the handoff from HTML template developers to CMS integration developers. The way we currently have things setup, the developers doing the CMS integration no longer have the ability to make small/quick changes to the main CSS file. It actually has to go back to the HTML developers for the revision, recompile the CSS, then back to the CMS developers.
1 comments

Why can't your CMS developers edit the Sass file and compile it themselves?
A lot of it is environmental issues. Currently the codebase for the CMS developers is managed by global TFS repos. While the pure HTML templates are done by each local office in SVN repos. Good times.