ivGeo

Full Version: Minify - Combine & Compress CSS or Javascript Files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

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.

Yahoo’s Combo Handler and Google’s AJAX Libraries API both serve content from their heavy-duty CDNs and potentially increase the chance that your visitor will already have a file in her browser cache. Neither service serves custom content that you provide. You may wish to use these services to serve popular libraries and Minify to serve your code.

Minify is distributed under the New BSD License, which means that you’re free to use, modify, and redistribute Minify or derivative works thereof, even for commercial purposes, as long as you comply with a few simple requirements. See the License file for details.

combine multiple CSS or Javascript files

Requirements: -
Demo: http://code.google.com/p/minify/
License: New BSD License

<!-- Similar Posts took 9.264 ms -->

Sponsors

Dreamhost: Get $50 Off with Coupon Code: WEBAPPERS





Posted on Thu, 22 Jan 2009 07:01:13 +0000 at http://feedproxy.google.com/~r/Webappers...0b0rt1Bm4/
Comments: http://www.webappers.com/2009/01/22/mini.../#comments
Reference URL's