I do compress my css and js files, but not to a level that makes them unreadable.
It's a case of finding the perfect balance I find.
With the CSS, I tend to compress it so that each tag, id or class has all the attributes on a single line, with no whitespace between lines.
JS is a bit harder, but compressed to a similar level as CSS