Questions tagged [jsbuilder]
7 questions
3
votes
0 answers
Sencha SDK Tool / JSBuilder - include all files with *
Using Sencha Touch 1, I am having to manually create my app.jsb3 file (and add all linked JavaScript files to that .jsb3 file) in order to use jsbuilder to minify all files.
Anybody know the correct syntax to allow use of a wildcard (.*) (referred…

Neil Sandbach
- 31
- 5
1
vote
0 answers
Compress JS with JSBuilder (sencha)
I want to compress my javascript/sencha touch app code with jsbuilder from sencha. I created a jsb3 file by hand and was able to generate a script file. But the deployment version is not getting compressed or obfuscated, even though I specified…

headkit
- 3,307
- 4
- 53
- 99
1
vote
0 answers
extjs minification using jsb2 builder
I am using JS builder to minify my extjs 4.1.3 JS and CSS files and my files are converting into minified file with name which i have given in .jsb2 file script.
And then I am referring that minified file name in my .txt file to run.
Now, I have to…

user3635453
- 11
- 3
1
vote
1 answer
ExtJS: Create JSB3 file from protected url
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…

Shiplu Mokaddim
- 56,364
- 17
- 141
- 187
0
votes
1 answer
Building Sencha Touch Apps with JSBuilder or Apache ANT
Assume you have built (coded) your MVC Sencha Touch App with a bunch of Views, Controllers, Models, Stores, Utils etc...
Whats the best way to "build" the application for production use?
Tasks would be:
Concat and minify all JS Source Files
Concat…

fbrandel
- 1,605
- 3
- 17
- 18
0
votes
1 answer
js builder file no find exception
I try to run JSBuilder script (*.bat file):
"java.exe" -jar JSBuilder2.jar --projectFile "script_name.jsb2" --homeDir "C:\Users\Tomasz\Desktop" --verbose
in script_name.jsb2 I got:
{
"projectName": "Name",
"deployDir": "\\Name\\Deploy",
…

bensiu
- 24,660
- 56
- 77
- 117
0
votes
1 answer
Exts4.2 MVC application minfication using JSBuilder2 and Maven
We have developed an application using Extjs 4.2 following MVC pattern. We have project folder setup as follwing:
WebContent
--> app
-->controller
-->model
-->store
-->view
app.html
app.js
In app.js we have defined all models, controllers, stores…

rasaab
- 31
- 3