CSS Optimizer - 1.0optimizes CSS files |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Features: | Support: | |||
| Ease of Use: | Quality / Stability: | Not rated (0.0) | Price: | ||
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
neat but deletes hacks - Version: 1.0, 1/6/2006 12:52PM PST
puppykrusher
BBEdit Format - Version: 1.0, 11/29/2005 08:52AM PST
Bill Dawson
Good stuff 



- Version: 1.0, 11/29/2005 05:33AM PST
Tony Walton
This does exactly what it says on the tin. All this strange talk of "it makes your code unreadable" seems to miss the point of what optimisation actually is. I wonder if the same complaints are made about compilers: "It's made my source code unreadable". ;-)
Think of this as a compiler – you keep your source code for editing but distribute the "compiled" (in this case optimised) version. Anyone wanting to see heavily-optimised code should take a look at Erik Bosrup's excellent tooltip library and compare the "development" version of overtlib.js ("source code") with the "production" (optimised) version overlib_mini.js, which is all but unreadable by humans.
This is good software - kudos to the author!