My favorites | Sign in
Google
Projects on Google Code Results 1 - 8 of 8
A simple Java-based URL minification application aimed to be deployed on [http://appengine.google.com Google AppEngine]. Features: * Small footprint. It can be used on a free GAE plan. * KISS compliant. * [APIUsage API for 3rd-party integration]
SVGMin a small command-line utility to reduce SVG size by removing redundant information. Example usage: {{{ svgmin logo.svg logo-min.svg }}} For more information, read the QuickStart guide. Other similar tools: * [http://codedread.com/scour/ Scour] * [http://www.intertwingly.n...
Find, package and minimize JavaScript and CSS resources in your html site pages. TBD
JShrink is a php class that minifies javascript so that it can be delivered to the client quicker. This code can be used by any product looking to minify their js on the fly (although caching the results is suggested). Unlike many other products this is not a port into php but a native application, ...
cssmin reduces the size of stylesheet definitions by removing all unneeded whitespaces and comments. Nothing special but has the same syntax as [http://code.google.com/p/jsmin-php/ jsmin]. = Requirements: = * PHP 5.x = Syntax: = {{{ string cssmin::minify(string $css, mixed [$options]) ...
Combines multiple CSS or JavaScript files, and provides the ability to minify and compress the output. All processed data is then cached and sent to the user's browser. For more information, refer to the project home page: [http://shivercube.com/sumloader/ ShiverCube Sumloader]
An offline build tool for compressing web application content. See http://compressorrater.thruhere.net for the online version of the !CompressorRater.
WankenBerry is a php script for optimizing your web site's script files for download. It compiles and caches files on the fly so that you can keep all your css and javascript files separated and pretty. You can pass a force variable to WankenBerry or delete the previously compiled files and Wank...