As I've mentioned before, the problem isn't generating the file - it's the fact that the CDN caches everything out the wazoo and it's really hard to force all the leaf nodes to update in an automated fashion. Once we figure that out we'll be able to do nightlies in a more-timely fashion.
--John On Mon, Jan 4, 2010 at 2:09 PM, Mike Taylor <miketa...@gmail.com> wrote: > As a number of people have mentioned in a previous thread (http:// > groups.google.com/group/jquery-dev/browse_thread/thread/ > 94cd4ab2543d3b01/a62a699a01d4f425?lnk=gst&q=nightly&pli=1), and > elsewhere in #jquery on freenode-- the nightly at > http://code.jquery.com/nightlies/jquery-nightly.js isn't quite nightly > enough. > > I've set up a cronjob to build a true nightly on my site, with a > console.log() message reminding you to not be a horrible person and > abuse the link: > > http://www.miketaylr.com/jquery-nightly/jquery-nightly.js > > What I'm doing is rather simple, so I wonder if jquery.com could do > basically the same thing, what with your VIP hosting. > > #!/bin/bash > cd ~/src; > rm -rf jquery; > git clone git://github.com/jquery/jquery.git; > cd jquery; > make; > cd dist/; > cat /home/miketaylr/src/alert.txt jquery.js >> jquery-nightly.js; > cp jquery-nightly.js /home/miketaylr/miketaylr.com/jquery-nightly/ > jquery-nightly.js; > > -- > > 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=en. > > > -- 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=en.