I want to generate jsb3 files from a url like http://example.com/home. Its protected. Only logged in user can see this. People login in http://example.com/. The control panel (after login the '/home') is fully writen in ExtJS. Sencha tools can not access it as it does not have the cookie.
How can I create JSB3 file for such url?
I usually do this by
sencha create jsb -a http://example.com/home -p home.jsb3
But sencha needs to login. if there is a way to use existing cookie header. I could have used that.
An option to fix it is to download the url as a file and feed sencha
this file as a local file. But it has problems. sencha
throws error!
$ sencha create jsb -a home.html -p home.jsb3
Error thown from your application with message: TypeError: 'null' is not a constructor