Skip to content

Instantly share code, notes, and snippets.

@omkz
Created March 20, 2013 17:24
Show Gist options
  • Save omkz/5206572 to your computer and use it in GitHub Desktop.
Save omkz/5206572 to your computer and use it in GitHub Desktop.
ExtJS - apa sih file .jsb3 ?
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