View Full Version : Build "compressed" option?
wualla
30 Jan 2012, 9:54 PM
I'de like to have a nice batch build file - so I'de like to tell the sencha SDK tool to create the JSB file with the specification of compressing, instread of debugging
The JSB is defaultly created with:
"options": {
"debug": true
},
wualla
30 Jan 2012, 10:16 PM
Ohh! this is great!!!
the tool persists my options in the file!
I'm not worthy!
I'm not worthy!
wualla
30 Jan 2012, 10:24 PM
The tool seems to have problems running from a batch file. This is my file:
@echo off
sencha create jsb -a index.html -p app.jsb3
sencha build -p app.jsb3 -d .
pause
wualla
31 Jan 2012, 12:21 AM
Once again, oops, the tool supports multiple builds.
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.