Yeah, different from what is already there. For example, I'm told Dojo comes with a system using dojo.require that will dynamically concatenate and minify not just the dojo code, but custom components that you've built as well. I'm not fully up on Dojo.require, but the problem is that for javascript I write for my apps we had to create a custom build Ant task to take our js files, concatenate all of them together and then use YUI Compressor to minify and gzip them. A developer in the group who is intimately familiar with Dojo says that this process is built into dojo and is what he misses the most.
It's like Google Closure's calcdeps.py file seems to be to me on first glance. Maybe this process is already in place in jQuery but not well publicized. Can you point me to a tutorial of some kind that demonstrates how to use this Makefile? Can it be edited to include my custom scripts and then inserted into our build process? Sounds like it. On Nov 12, 10:12 am, John Resig <jere...@gmail.com> wrote: > > Is there any work being done to create a jQuery build process that > > helps automate the concatenation and minifying of javascript files. > > Different from what we already have? If you wish to create a version > of jQuery that has a different set of functionality (or reduced set) > you just twiddle the file list in the Makefile and get a fully > minified result. > > --John -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-...@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=.