/css-analyzer

UA Web Challenge V (preliminary stage) middle/senior level

Primary LanguageJava

css-analyzer

UA Web Challenge V (preliminary stage) middle/senior level


Description: Crawled site and find the css styles are present in the css tables, but not used on the site. Print a list of "dead" styles in the following format:

References css file (for example, http://uawebchallenge.com/public/design/css/screen.css) Name css selector (eg, .h1, .content__text h1) Name css selector (eg, .h3, .content__text h3) ...

References css file (for example, http://uawebchallenge.com/public/design/css/slide.css) Name css selector (eg, .image_carousel) Name css selector (eg, .image_carousel a) ...


In creating this project I used:
  • java version 1.8.0_31
  • ant version 1.9.5
  • junit version 4.12
  • javadoc

Attention! This project is not for industrial use it is a test.