Actually, Dean's packer is a bit better than JSMin.  Using Dean's packer, I
get the jQuery file size down to 44.7 kb (before GZip), using JSMin, the
file size goes down to 45.7kb (also before GZip).  Both files, when Gzipped
using the System.IO.Compression.GZipStream object in the .NET library result
in a file size of about 16.5kb.

 

So my guess is the problem lies either in the MS GZipStream library, or in
my implementation of it.

 

JK

 

  _____  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Brandon Aaron
Sent: Monday, September 17, 2007 6:16 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: JSPacker for .NET

 

You need to use JSMin to get the file size down to ~14k with gzip.

--
Brandon Aaron

Reply via email to