Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-23 Thread agent2026
___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/ -- View this message in context: http://www.nabble.com/Jquery-can-learn-from-Mootools-for-distribution-its-code-tf3449500.html#a9631954 Sent from the JQuery mailing list archive at Nabble.com

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-23 Thread Andy Matthews
this packaging tool. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of agent2026 Sent: Friday, March 23, 2007 5:16 AM To: discuss@jquery.com Subject: Re: [jQuery] Jquery can learn from Mootools for distribution its code I tend to be in this camp

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-23 Thread Brian Cherne
this packaging tool. andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of agent2026 Sent: Friday, March 23, 2007 5:16 AM To: discuss@jquery.com Subject: Re: [jQuery] Jquery can learn from Mootools for distribution its code I tend to be in this camp

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-23 Thread Daemach
I had some thoughts along this line too. I got hung up on dependencies. If there was a central plugin library and a standardized method for setting version numbers and such, an auto- updating mechanism would be really handy. I was thinking more along the lines of an apollo or win32 front-end

[jQuery] Jquery can learn from Mootools for distribution its code

2007-03-22 Thread Scottus
Mootools distribution allows you to build a custom distribution with just the functionality you need. http://mootools.net/download I would love it if we could do this with jquery. 95% of what I use jquery for is Unobtrusive Scripting. i.e. $(span#closeppk).click(function() The other 5% is

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-22 Thread Benjamin Sterling
If a recall correctly, this was something that was being worked on. Can't remember how long ago that post was, but do a search for it on nabble.comand should be able to find out when that might be implemented. -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-22 Thread John Resig
Actually, I have an auto-builder nearly complete. I hope to have it released very soon. It'll help to give you, at least, some control over the functionality that you want to include. --John On 3/22/07, Scottus [EMAIL PROTECTED] wrote: Mootools distribution allows you to build a custom

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-22 Thread Jason Levine
Interface. Sure it would raise the download size of the base JQuery library for my users, but not any more than including them separately. Plus, they would gain a savings from not having to download each file separately. -- View this message in context: http://www.nabble.com/Jquery-can-learn-from

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-22 Thread Matt Kruse
Mootools distribution allows you to build a custom distribution with just the functionality you need. I would love it if we could do this with jquery. I think it's a bad idea. The MooTools download is very confusing, and you need to really know what you want/need in order to get a usable

Re: [jQuery] Jquery can learn from Mootools for distribution its code

2007-03-22 Thread Matt Kruse
Any chance of allowing it to package up some of the official plugins? It would be really nice if I could customize my JQuery to automatically include the Compat-1.0 plugin (for older code), Dimensions, and perhaps even Interface. I actually registered myjquery.com specifically for this