-
5 Mar 2013 8:16 PM #1
How to create JSB3 file with Sencha Cmd?
How to create JSB3 file with Sencha Cmd?
How to create JSB3 file with Sencha Cmd?
Sencha Cmd build command can build extjs with a JSB3 file,but how to create JSB3 file?
-
7 Mar 2013 9:00 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,122
- Vote Rating
- 453
Cmd does not use create jsb files, it doesn't need it. You should require classes in your app and Cmd will figure it out for you if you use it right.
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.
-
7 Mar 2013 9:22 AM #3
Thank you very much!
I just want to make a small ext-all file fix to all pages.
If there are a lot of pages , it may compile difference allclasses ?
-
7 Mar 2013 9:27 AM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,122
- Vote Rating
- 453
Depends how you are requiring classes. If you are requiring classes throughout your application classes then the order the classes are put into all-classes.js will be quite reliant between builds.
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.
-
8 Apr 2013 3:49 AM #5
sorry i am very confused now. in the docs 2.1.1 it says:
"Next you will need to generate a jsb file for your app. A jsb file is basically a list of all the classes that your application uses. To do this, use Sencha Cmd as follows:"
you on the other hand are saying "Cmd does not use create jsb files, it doesn't need it".Code:sencha create jsb -a index.html -p app.jsb3
since you are obviously suggesting that the docs are not correct could you please be more specific about how to create the app-all.js now?
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote