[jquery-dev] Google JS Tools

2009-12-02 Thread mike.helgeson
In case anyone is interested, I just stumbled on this product from google... http://code.google.com/closure/ With a web interface and REST API http://closure-compiler.appspot.com/home And a Firebug extension... http://code.google.com/closure/compiler/docs/inspector.html -- You received this

Re: [jquery-dev] Google JS Tools

2009-12-02 Thread John Resig
Yep - we've investigated the compiler as a solution for jQuery. Unfortunately the best part (the advanced optimization settings) require some significant changes to the code base in order to work correctly - and even then it's not entirely clear that it'll provide a benefit over the basic

Re: [jquery-dev] Google JS Tools

2009-12-02 Thread Ralph Whitbeck
Sounds like someone needs to listen to the Official jQuery Podcast ;-) On Wed, Dec 2, 2009 at 11:57 AM, John Resig jere...@gmail.com wrote: Yep - we've investigated the compiler as a solution for jQuery. Unfortunately the best part (the advanced optimization settings) require some significant