Questions tagged [sencha-cmd]

For questions related to sencha's command tool.

Sencha Cmd is the cornerstone to build your Sencha application. From scaffolding a new project, to minifying and deploying your application to production, Sencha Cmd provides a full set of lifecycle management features to compliment your Sencha project.

Sencha CMD can be downloaded on Sencha's download site. Installers are available for Mac, Windows and Linux (64 bit, 32 bit).

For more command line options, you can check the Sencha CMD Documentation for Sencha Ext JS or the Documentation for Sencha Touch.

538 questions
0
votes
1 answer

Sencha Touch cordova.local.properties is missing

I am using Sencha CMD 5.1.0.26, Sencha Touch 2.4.0 and cordova 4.0. Steps I did: sencha -sdk /senchapath generate app MyApp MyApp cd MyApp sencha cordova init com.test.MyApp After Step 3, no cordova.local.properties was generated. I opened…
Franva
  • 6,565
  • 23
  • 79
  • 144
0
votes
1 answer

Sencha CMD compiled file still downloading individual javascript files (touch 2.3.1)

I have an existing Sencha Touch 2.3.1 MVC app that I want to compile to have a single concatenated javascript using Sencha CMD. With Sencha CMD I compiled out a bootstrap file and the single concatenated file that has all my javascript but when I…
0
votes
1 answer

Where to specify build-specific runtime settings?

I'm starting to write a ST 2.4 app using Sencha Cmd 5. Where do I specify build-specific runtime settings, such as server hostname to use in app for ajax calls? Example for server host: production: www.example.com development:…
jacob
  • 2,762
  • 1
  • 20
  • 49
0
votes
1 answer

textfields collapsed after sencha cmd build

I am using the lastest sencha cmd for the build with ext-5.0.1. Everythings look good during the development status (http://www.imageupload.co.uk/5Med) but after the build. All the textfields collapsed like shown (http://www.imageupload.co.uk/5MeQ),…
Jacky Lau
  • 665
  • 5
  • 21
0
votes
1 answer

Genetate specific version of ExtJs

Hello friends this command : sencha generate workspace -ext extjs-workspace this generates newest version of ext which is beta version and i don't want this i need stable version of extjs 5 How can i do this? there is no information about this.
Tato
  • 195
  • 4
  • 17
0
votes
0 answers

Sencha Touch build application with all-classes

I'm trying to speed up my application using the all classes method described here. I was updating my index.html with the following code:
Sebastian
  • 1,593
  • 4
  • 26
  • 41
0
votes
1 answer

Build Fail when i add Ext js lib to my web application

I have created a Ext js 4.2.2 sample application using sencha cmd and I want to run using eclispe.When I copy the generated app in webcontent folder in my webapp build is getting failed and throwing eclispe is running out of memory . Previously I…
Surya Prakash Tumma
  • 2,153
  • 4
  • 27
  • 47
0
votes
2 answers

There was an issue communication with the cmd server.Check to make sure you have the latest version of cmd installed

I have upgrade a solution which was developed in Exts JS 4 with sencha architect 3 to Exts JS 5 using sencha architech 3.1.After upgrading ,i am getting following error. "There was an issue communication with the cmd server.Check to make sure you…
0
votes
1 answer

In Sencha CMD, how to specify widget files absolute paths in the generated bootstrap.js?

I am new to Sencha Touch and the Sencha world. During sencha app build in development, I want to specity my server absolute url in the generated bootstrap.js so that the Sencha loader loads the widgets using the correct url. How can I do this? Any…
Kevin
  • 187
  • 2
  • 12
0
votes
1 answer

What's the difference between "bundle" and "includeInBundle" options for Sencha Cmd

In the Sencha Cmd docs it states that there are different options you specify for the compiler when it is handling JavaScript files in app.json. What is the difference between the "bundle" and "includeInBundle" options?
ericbowden
  • 2,177
  • 1
  • 19
  • 21
0
votes
1 answer

How to build ExtJS app into .js file, not inside index.html?

I have Ext JS app (5.0, MVC) which need to be placed inside DIV container in HTML page. Everything works in development environment, but i can't understand how to use sencha cmd to build it, because build process generates "launcher" code and places…
Serj Bio
  • 21
  • 5
0
votes
1 answer

Missing SocketIO reference in Sencha CMD build?

I'm using ExtJS 5.0.1 with Sencha Cmd to build a production version: sencha app build -c production I'm serving Socket.IO libraries directly from my NodeJS HTTP server and referencing them in the ExtJS app.json file: "js": [ { …
Duncan
  • 858
  • 1
  • 11
  • 29
0
votes
1 answer

Sencha Touch - Different path for resources files

In my app.json I defined resources like the following : "resources": [ "resources/images", "resources/icons", "resources/startup" ], Instead of just creating a directory resources in the build folder and copying the inner folders…
Mehdiway
  • 10,337
  • 8
  • 36
  • 68
0
votes
1 answer

Extjs 5 multiple application with central library

Recently i've been exploring ExtJS 5 and making some applications with it. I've been using the Sencha CMD to generate a new application every time and the problem i see is that every application needs the whole ext framework with all the classes…
Nick
  • 429
  • 2
  • 12
0
votes
1 answer

Call external web service with Sencha Cmd application

I created an ExtJS 5 application with Sencha Cmd. I will deploy this application in a tomcat server where there are some REST web services. I would need to use these web services but when I run the application with "sencha app watch" (on port 1841)…
stefano
  • 31
  • 10