I'm working on a large project - a dynamic web app. Several groups of developers have worked on in different parts of it independently, and I'm now tasked with integrating the work together. The source control manager can show me who changed what when, but integrating all of the CSS is an arduos task.
In software, there are what's known as Refactoring Tools, which can, for instance, let me change the name of a function in one file, and automatically change it everywhere else. Are there any similar tools for CSS? So I could, for instance, find out from a bunch of CSS files and a bunch of HTML files (templates) "Which HTML files use this rule?" . Or so that I could change the name of an element in a certain CSS file, and have the HTML changed as well (or vice versa). In short, tools to automate a lot of the manual searching involved in integrating a large CSS project. Can anyone give me some advice, either in terms of tools, scripts, or best practices? (Please cc me on all response if you can.) ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
