gzip/squishy

Sat, 22 Jan 2011 18:04:56 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 22 Jan 2011 18:04:56 +0000
changeset 83
ff14c066a643
parent 66
28feb008ca2a
permissions
-rw-r--r--

Change to behaviour of --debug/-g - at the (temporary) loss of squishing modules -g will now give real tracebacks again with original filenames

59
165b36273ce7 gzip: Add support for gzipping output files, based on a very hacked compress.deflatelua by David Manura
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 Option "minify-level" "full"
66
28feb008ca2a gzip: Enably uglify for gzip decompression code (reduces gzip fixed overhead by 1K)
Matthew Wild <mwild1@gmail.com>
parents: 59
diff changeset
2 Option "uglify"
28feb008ca2a gzip: Enably uglify for gzip decompression code (reduces gzip fixed overhead by 1K)
Matthew Wild <mwild1@gmail.com>
parents: 59
diff changeset
3 Option "uglify-level" "full"
59
165b36273ce7 gzip: Add support for gzipping output files, based on a very hacked compress.deflatelua by David Manura
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 Main "deflatelua.lua"
165b36273ce7 gzip: Add support for gzipping output files, based on a very hacked compress.deflatelua by David Manura
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5 Output "gunzip.lua"

mercurial