CSS Redundancy checker for GWT
Posted
by cupakob
on Stack Overflow
See other posts from Stack Overflow
or by cupakob
Published on 2010-03-23T14:36:25Z
Indexed on
2010/03/24
6:53 UTC
Read the original article
Hit count: 546
In my project i have a lot of css styles. Some of them are never used (not anymore). I check this manually with eclipse: i select text and then with "Search -> Text -> Project" i can find, if this style occurs only in the stylesheet or also in java files. Is there better way to check, which styles are currently used in my GWT project?
edit:
@Igor,Keith: thanks for the hint, but i'm not using the CssResource
to insert my css file. Instead i use my index.html. And i want to remove the unused styles just for better overview. CssResource
is not exactly, what i'm looking for.
© Stack Overflow or respective owner