-
30 Apr 2012 1:44 AM #1
Deploying non-touch app
Deploying non-touch app
Hi,
Ready to deploy / minimize my project so I download the SenchaSDKTools. However, when I look at the documentation, it states that it only applies to Sencha Touch apps.
http://docs.sencha.com/touch/2-0/#!/guide/command
Did I download the wrong thing? How do I "compile" my project so that it loads faster in production?
This is the download link:
http://www.sencha.com/products/sdk-tools/download/
Thanks!
-
30 Apr 2012 5:24 AM #2
After trying it, it works for non-touch apps. Just confusing docs.
Here are the steps to compile a project:
Code:sencha create jsb -a app.html -p desktop.jsb3 sencha build -p desktop.jsb3 -d .

