Re: [qooxdoo-devel] Shrinking framework folder

2014-07-21 Thread Dragonheart
Thanks, helped a lot! The only thing - "framework/source/resource/qx/static" was needed to build the app :) -- View this message in context: http://qooxdoo.678.n2.nabble.com/Shrinking-framework-folder-tp7585976p7585981.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Shrinking framework folder

2014-07-18 Thread Daniel Wagner
I see. Here are some more directories that shouldn't be needed for the build version of a mobile app: component/(library|skeleton|standalone) for component/(apiviewer/inspector/testrunner/simulator), you should be able to delete the 'source' subdirectories. Just make sure to keep the .json files.

Re: [qooxdoo-devel] Shrinking framework folder

2014-07-18 Thread Dragonheart
I have a separate buildserver which is performing build, testing and deployment to qa/production servers, starting IIS web server, backuping previous deployed version, sets different settings for projects (url's and so on, that are not as the ones I'm having on my dev machine), etc. And it tooks th

Re: [qooxdoo-devel] Shrinking framework folder

2014-07-18 Thread Petr Kobalíček
I think he is using vagrant or something that takes care of building as well and want to keep it automated. Best regards Petr Kobalicek On Fri, Jul 18, 2014 at 1:21 PM, Daniel Wagner wrote: > Is there any specific reason why you can't just generate the > self-contained deployment version of yo

Re: [qooxdoo-devel] Shrinking framework folder

2014-07-18 Thread Daniel Wagner
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 sho