09-18-2012 10:35 PM
The stock bbUI.js download is uncompressed an relatively big for a mobile library. Has anyone been able to minify this file? My attempts with the usual minifiers, including the online YUI compressor, have failed complaining of syntax errors in bbUI.js.
09-19-2012 06:44 AM
Hi!
compressing is important in mobile apps when they have to access the files remotely. As WebWorks works locally, it doesn't really make much of a difference.
09-19-2012 03:44 PM
I think I successfully compressed mine using http://jscompress.com/
I haven't had errors so far using bbui-0.9.4.js. I also compressed my CSS using: http://tools.w3clubs.com/cssmin/
It drops a few kb.