On Fri, Apr 6, 2012 at 11:07 PM, Rob Peters <[email protected]> wrote: > Hi Everyone, > > I'm oh-so-very-close to the beta release of my project, and I'm > wondering what options are the best pyjsbuild options for releases?
it depends on whether space or speed is at a premium, and also on what features the code is using. as a general rule, if speed is paramount, use -O: that will switch on everything needed to get the fastest code. > Also, do people generally throw the compiled javascript into javascript > compressors? yes... as long as you're absolutely sure it works. l.

