Is there any specific reason why you can't just generate the self-contained deployment version of your app using generate.py build and push that to the production server? The SDK files are only required at compile time unless you're generating the development version (generate.py source), which should never be deployed in production because it's completely unoptimized and quite slow to load.
Regards, Daniel On 18.07.2014 12:14, Dragonheart wrote: > Hello once again! > > While deploying my project (via low speed vpn + buildserver with backups > etc.) I'm always having a problem of framework directory being processed for > a veery long time because of the amount of files in contains. So shrinking > it by removing unnecessary files is pretty important for me and probably for > someone else who also needs to deploy his project in a slow enviroment. > > Please, advise, which files are 100% not needed for building an > application/css? I'm on qooxdoo 3.5 (because after updating to 3.5.1 I'm > constantly getting an error in script part of getting browser information) > with a mobile app. > > Currently, I've removed application and documentation folders from root, > components/tutorials folder and framework\source\class\qx\test folder. > > What else am I able to safely remove if I need only classes and build > capabilities? > > Thanks a lot! > > P.S. Please, don't ask me why I can't deploy framework to the server for a > single time and then just update the application :) Whole deploying process > is completely scripted in my case, consists of a chain of servers and it's > not that easy to change something in it.. > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Shrinking-framework-folder-tp7585976.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel