| Projects on Google Code | Results 1 - 10 of 13 |
=== What it does ===
It tells [http://www.crockford.com/javascript/jsmin.html JSMIN](included in the app) to minify files that you just dropped in and normally creates the backup of them. You'll find your original files in the folder named JSMinCocoaBackup.
_As I'm a newbie on Cocoa, it can't do t...
=JSMin Ant Task=
*A custom task for Apache Ant which acts as an interface to the JSMin program.*
==About JSMin==
_"JSMin is a filter which removes comments and unnecessary whitespace from javascript files. It typically reduces filesize by half, resulting in faster downloads. It also encoura...
ApacheAnt,
javascript,
minify,
JSMin,
Ant,
Task,
minification,
Java,
JScript,
compress,
compression,
pack,
optimization
django-compress provides an automated system for compressing CSS and JavaScript files.
By default, it only outputs compressed files, while not in DEBUG-mode. That means you can still debug and edit your source files while coding, and when going to production, the compressed files will be automatica...
frontend to appengine's fetcher:
* caching via memcache
* can concatenate multiple URLs (files) together
* includes Doug Crockford's jsmin (obviously for JS files)
* includes cssutils-based CSS minimizer
* can output as JSON, for enabling across-domain AJAX calls
example:
http://suprfe...
= JavaScript RIA Tools =
Currently there are 3 related tools in the set.
The first one is [JSCompile], a Python script that allows for simple concatenation and minification of JavaScript files.
The second one is [JSLint], a wrapper for JSLint for use on the command line with Rhino.
Th...
javascript,
js,
ria,
tools,
lint,
compile,
compress,
jsmin,
jslint,
minify,
jstest,
unit,
test,
runner,
rhino
=700+ websites were accelerated with Web Optimizer=
==Summary==
This application is aimed to automate all clientside improvements for website that should significantly increase load speed of its pages. Main Features:
==[http://www.web-optimizer.us/web-optimizer/download.html Download]==
==...
clientside,
javascript,
css,
speedup,
optimization,
automation,
cdn,
cache,
dataURI,
jsmin,
csstidy,
csssprites,
packer,
phpspeedy,
yuicompressor
This code sends appropriate headers for .css and .js files that have been GZIPed and then uses jsmin and cssmin to minimize the files on-the-fly.
PHP 5 or higher is required.
jsmin,
GZIP,
ZLIB,
PHP,
minify,
minification,
cssmin,
CSS,
stylesheet,
stylesheets,
JS,
JavaScript,
JavaScripts,
onthefly,
php.ini
This is a port of Douglas Crockford's JSMin program (http://www.crockford.com/javascript/jsmin.html) so that it can be run as an apache 2.x filter.
jGrouseTools is a set of Ant tasks and other tools that could be used when building Javascript projects.
See also http://jgrouse.com
=== JSMinTask ===
JSMinTask is based on Douglas Crouford's JSMin (http://www.crockford.com) and John Reilly's port of JSMin to java (http://www.inconspicuous.or...
= Django Dynamic Media Serve =
`Django Dynamic Media Serve` is the good alternative of the default `django.views.static.serve` for serving the media files in Django. You can simply set just one line in `urls.py`.
At first, `Django Dynamic Media Serve` was developed for web album application, w...