vote up 7 vote down star
3

I've taken over looking after a fairly complex site developed by another company, and frankly it's a mess. One of my problems is that there seems to have been no discipline when writing the html so that although they have used css extensively, there are half a dozen css files and a cursory analysis reveals that there is a significant number of styles in the css files that are not referenced by any of the html - rather they contain trail of false redesign starts and old, now redundant, styles mixed in with the current items.

I'd really like to clean all this up before moving onwards. Does there exists any tool, open source or otherwise, that can take a bunch of html and css files and cross reference them so as to highlight the cruft in the css?

flag

@Cruachan- I misread this.. my bad. – keparo Nov 12 '08 at 21:42

3 Answers

vote up 9 vote down check

Try the Dust me Selectors plug in for Firefox.

link|flag
That looks awesome! Have you used it? – Nathan Long Nov 12 '08 at 23:53
+1 great resource – Jakub Nov 9 at 14:23
vote up 0 vote down

Nice tip. Thanks!

link|flag
vote up 3 vote down

When you have the css organised into the separate stylesheets you can run the code through an online tool to tidy up the layout. Try one of these:

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.