-
19 Dec 2011 12:08 PM #1
Using create jsb to separate groups of files
Using create jsb to separate groups of files
Is there an option to make create jsb separate ext js with my apps?
I say apps because I have multiple app configs loading before my main project app does.
Right now I have to hand edit the jsb3 to separate them.
I'd like to have this.
myproj-ext-all.js
myarch-all.js
mycommon-all.js
myapp-all.js
Then combine all of those into myproj-all.js.
Also is there an API with the current options for js builder3?
-
19 Dec 2011 1:49 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
There is no way to do "sub apps". To do this you do have to do this manually. There is no API but there is the CLI help (at least in SDK Tools 2)
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.
-
19 Dec 2011 2:15 PM #3
Your killing me here.

It's not sub-apps it is multi-layered MVC.
Is there a list of options for the jsb3 files?
I dont have a Mac to run the Sencha Tools 2 sdk.
-
19 Dec 2011 2:25 PM #4Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
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.
-
19 Dec 2011 2:49 PM #5
Well then I think there should be an option to keep ext js needed files in it's own section to load first before all my files at least to organize it better.

Btw wouldnt it be like this you say potato, I say potahto?
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote