Should getScript have a little dependency management?  Should people
to know if they are loading events, that they have to load data?

On Oct 9, 5:54 pm, Justin Meyer <justinbme...@gmail.com> wrote:
> I've started working on this.  If I remember correctly from the
> conference, core will include just the core.js and getScript.  Is this
> correct?  The only other potentially likely candidate in my opinion
> would be the ready event.
>
> Thoughts?
>
> On Sep 18, 10:49 am, Justin Meyer <justinbme...@gmail.com> wrote:
>
>
>
> > jQuerycore team,
>
> > I was very excited to hear about a possiblejQuerymobile.  Keeping
> > file size small is always a concern, and it will be useful for 
> > non-mobileprojects as well.
>
> > Further, I don't like having to build every time I make a change in
> > trunk, but then see a giant single file when debugging.
>
> > Are you interested in starting this work now?  I'd like to 
> > changejQuery'sbuild to use something similar to JMVC's.
>
> > It works by using env.js+rhino to load an html page, find each script
> > tag, and join their contents.
>
> > I'd make each file in /src work independantly (meaning surrounding it
> > with its own (function(){ ... })() with the vars like document,
> > rootQuery, undefined, etc.
> > But when building the single file, each file in /src would have
> > commented if-defs removing those parts.
>
> > The big bonus for the core guys would be developing with logically
> > separated files and not having to build each time.  I promise a
> > 3.14159% speed up in core development.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to