minify - Caches JavaScript and CSS files on demand to speed up page loads.
Submitted by admin on Thu, 2009-02-05 23:26
Minify is a PHP5 app that can combine multiple CSS or Javascript files, compress their contents (i.e. removal of unnecessary whitespace/comments), and serve the results with HTTP encoding (gzip/deflate) and headers that allow optimal client-side caching.
Visit the Website : ->:
Web Development: