My first Chrome plugin is nearing completion and I'm beginning to wonder - are there options to specify the aggressiveness of the JavaScript compiler/minimizer that I can use? The current minimization is fine for working, but as I need two separate applications packaged together, I'm still sitting in the range of 1.4M of generated code that is minimized. It seems that the minimizer in its default settings is not overly aggressive, when I look at the code that it generates. Is it possible to set an option to a stronger value so I can try and get the code size down? I know gzip is also an option, but the smaller I can get the code, the better, in my opinion.
Also, a couple of megs worth of tiny pngs come with the theme - is there any hope those might turn into a single spirte for the final release version of my application? Even loading off the hard drive, the way a Chrome plugin works, there is noticeable lead time as Chrome reads that many images from the disk. --Greg ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
