-
23 Oct 2011 7:22 AM #1
Unanswered: Please explain different Sencha Touch JS files...
Unanswered: Please explain different Sencha Touch JS files...
I think it's clear what uncompressed and w/comments mean but what is "all" vs. just"sencha-touch.js"? What exactly is "no-compat"? Does that mean it's 2.x without any 1.x backwards compatibility? What debugging does "debug" provide?
sencha-touch-all-debug-w-comments.js
sencha-touch-all-debug.js
sencha-touch-all-no-compat-uncompressed.js
sencha-touch-all-no-compat.js
sencha-touch-all-uncompressed-w-comments.js
sencha-touch-all-uncompressed.js
sencha-touch-all.js
sencha-touch-debug.js
sencha-touch.js
-
2 Nov 2011 10:58 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Jul 2009
- Location
- Palo Alto, California
- Posts
- 469
- Vote Rating
- 9
- Answers
- 24
You could see my explanation here: http://www.sencha.com/forum/showthre...encha-touch.js
sencha-touch-all-no-compat.js is sencha-touch-all.js with all 1.x compatibility code stripped out. Currently in the developer preview version this file is not stable yet, so you could ignore it for now. In future release, people who don't care about 1.x compatibility and want to achieve the best possible performance with just the new code should start with using the non-compat versions.Sencha Touch Lead Architect


Reply With Quote