Created
March 20, 2013 17:24
-
-
Save omkz/5206572 to your computer and use it in GitHub Desktop.
ExtJS - apa sih file .jsb3 ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JSBuilder3 is a JavaScript packaging tool developed by Sencha and distributed as part of their SDK Tools. | |
The .jsb3 file is simply a JSON file that specifies what source files to include and in what order. | |
You may find more info related to jsb3 & extjs here, | |
http://www.rallydev.com/engblog/2011/12/06/packaging-javascript-with-jsbuilder3/ | |
Also, you may find how to create jsb3 files by checking this, | |
http://docs.sencha.com/ext-js/4-0/#!/guide/getting_started | |
And for bootstrap.js, It just used to determines what to load. It is mainly for development purposes. Therefore, it is suggestion to you that you must use ext.js / ext-all.js or your own creation of required classes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment