-
2 Aug 2012 5:48 AM #1
Unanswered: Building sencha touch 2 app
Unanswered: Building sencha touch 2 app
I'm building my sencha touch 2 app with the build tools the way as described here:
http://robertdougan.com/posts/packaging-your-sencha-touch-2-application-using-the-sencha-sdk-tools
From my understanding after reading this post, it should be enough to include only the generated app-all.js file (so self contained) in the production environment. However for me the app only works if I also include the sencha-touch-all.js....
If I do not include it, I get the following error:
Uncaught ReferenceError: Ext is not defined
-
4 Aug 2012 6:58 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,085
- Vote Rating
- 453
- Answers
- 3153
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
6 Aug 2012 2:51 AM #3
does that mean that the builded app (e.g. app-all.js) will not be self contained?
-
6 Aug 2012 4:40 AM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,085
- Vote Rating
- 453
- Answers
- 3153
It will take care of everything if you have required things for you.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote