Can someone recommend a good HTML, CSS and JavaScript optimizer?
I'm looking for a tool which removes all unnecessary characters like spaces
(but not spaces withing a text), line breaks, comments (also // and /* */
within JavaScripts), ...
It would be great if it also could change long variable names to shorter
names.