Using a Generator to write to nocache.js

2011-02-11 Thread bconoly
Hey All, I am extremely unfamiliar with using generators but I'm going to start experimenting. My biggest question though is that I want my generator to write JS code directly to nocache.js rather than individual permutations. Does anyone know how I can go about doing that? Thanks, Brett --

Re: Using a Generator to write to nocache.js

2011-02-11 Thread Jeff Larsen
Generators won't get you what you're looking for. What you want are linkers. Unfortunately I don't know much about them. There was a presentation at google io last year on linkers, you could look for that. -- You received this message because you are subscribed to the Google Groups Google

Re: Using a Generator to write to nocache.js

2011-02-11 Thread Brett Conoly
Awesome, thanks for the info, I'll take a look. On Fri, Feb 11, 2011 at 12:15 PM, Jeff Larsen larse...@gmail.com wrote: Generators won't get you what you're looking for. What you want are linkers. Unfortunately I don't know much about them. There was a presentation at google io last year on