zmoazeni / csscss

A CSS redundancy analyzer that analyzes redundancy.
http://zmoazeni.github.io/csscss/
MIT License
2.92k stars 151 forks source link

No feedback when redundancies are not found. #51

Closed miguel-perez closed 11 years ago

miguel-perez commented 11 years ago

When I tried this out for the very first time I just so happen to use a css file that didn't have any redundancies. The result? I thought I was either doing something wrong or that there was something wrong with csscss. Took me a while to realize everything was absolutely fine.

zmoazeni commented 11 years ago

@miguel-perez I go back and forth on this one. I imagine csscss being a normal tool in a *nix toolbelt. Check out grep's behavior:

∴ echo "foo" > foo.txt
∴ grep bar foo.txt 
∴ 

I'm going to "softly" close this enhancement. But I am certainly willing to be swayed by a strong argument.