[jQuery] Re: .min.js and .pack.js

2007-08-27 Thread motob
Ah, thank you very much. On Aug 27, 11:36 am, Stephan Beal <[EMAIL PROTECTED]> wrote: > On Aug 27, 2:51 pm, motob <[EMAIL PROTECTED]> wrote: > > > Besides file size, what is the difference between a .min and .pack > > version of a js file? I see this a lot with the various plugins and > > jquery

[jQuery] Re: .min.js and .pack.js

2007-08-27 Thread Stephan Beal
On Aug 27, 2:51 pm, motob <[EMAIL PROTECTED]> wrote: > Besides file size, what is the difference between a .min and .pack > version of a js file? I see this a lot with the various plugins and > jquery library. A very brief overview of each can be seen here: http://wanderinghorse.net/computing/ja

[jQuery] Re: .min.js and .pack.js

2007-08-27 Thread Michael Geary
> From: motob > > Besides file size, what is the difference between a .min and > .pack version of a js file? I see this a lot with the various > plugins and jquery library. What are the pitfalls and > benefits of using each? A minified file (JSMin) is directly executable code, just like the o