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
3
votes
0 answers

Sencha Themer 1.4.0 fat file, but missing compatible architecture (have 'i386,x86_64,unknown', need 'arm64e')

i'm using Sencha Themer 1.4.0 on Apple M1 with Monterey 12.4 java version "1.8.0_333" Java(TM) SE Runtime Environment (build 1.8.0_333-b02) Java HotSpot(TM) 64-Bit Server VM (build 25.333-b02, mixed mode) Always loading bar on open or create a theme…
Lucaele
  • 39
  • 4
3
votes
1 answer

Routes extjs before parameter after?

I'm developing an extjs application with Sencha Cmd v6.5.3.6 and modern toolkit. My app always handles the url with parameters, example: http:localhost:1841/#users?language=es&tenant=Number I use the language parameter to identify the location and…
3
votes
2 answers

extjs package build with vendor / third party libs

In our ExtJS 6 packages we are using some third party libs for date manipulation and so on. Now when we build it we want them to be compiled/bundled/minified into the main js file from the application. How can this be done? Right now he only loads…
Robert
  • 176
  • 1
  • 19
3
votes
1 answer

Extjs 6 Sencha Cmd and Spring Boot

I am trying to implement simple web application with Extjs 6 - And Spring boot stack. Using sencha cmd we can create the standalone Extjs application. But I need to have this application as a part of my Spring Boot Web Application. It should get…
Chaitu
  • 61
  • 5
3
votes
2 answers

How to increase Java Heap Memory for CMD 6.1.1.76

How to increase Java Heap Memory for CMD 6.1.1.76 ? I think these are no longer valid methods:…
code4jhon
  • 5,725
  • 9
  • 40
  • 60
3
votes
2 answers

Sencha App Upgrade Issue: Must be run from App folder

I am trying to run an update of an old Sencha Touch app using Sencha CMD, however when I try to run it from the App folder (which I assume is right due to it having all the requirements) I am getting an error returned: "[ERR] Command must be run…
jroy
  • 51
  • 1
  • 4
3
votes
0 answers

Trailing comma setting

I have few warnings like this upon build: [WRN] C1000: Rhino Parse Warning (Trailing comma is not legal in an ECMA-262 object initializer => somewhere in my code I prefer to have trailing comma, since I don't care about old IEs, and so I don't want…
llamerr
  • 2,997
  • 4
  • 29
  • 40
3
votes
3 answers

Sencha Cmd disable compressor

Does anyone know how to remove compression of javascript file in sencha cmd? I want that my production app.js file what fully readable. And I want to configure this in my app.json if possible. I did this: /** * Settings specific to production…
Psycho
  • 381
  • 1
  • 17
3
votes
1 answer

Extjs 6 - Custom theme package error

I'm having issues requiring a custom theme package in my extjs 6 application. I created a custom theme package that extends the Triton theme, built the package and added the .pkg to the local repository. I then added the package to the requires…
country_dev
  • 605
  • 4
  • 13
  • 23
3
votes
1 answer

Dynamically Load Extjs Modular application

I am in to developing a large client side app with very complex views on each modules using Extjs5. I have developed apps in Extjs but they all compile to a single app.js file. So based on the complexity of the views in all the app mockups I am…
leninmon
  • 89
  • 4
  • 11
3
votes
5 answers

Sencha CMD Error "Did not locate framework package"

I'm new to Sencha and I just installed Sencha CMD. Following Sencha's instructions I type the following on the command line: sencha generate app -ext MyApp ./app But all I get is this error message: C:\SenchaCMD\Sencha>sencha generate app -ext…
boggdan
  • 51
  • 2
  • 5
3
votes
0 answers

Exclude Thumbs.db from Sencha Cmd build

When executing "sencha app build production", I receive the following error message: [ERR] BUILD FAILED [ERR] com.sencha.exceptions.BasicException: Cannot find file : C:\apache24\htdoc s\extjs\myapp\build\production\myapp\resources\images\Thumbs.db…
Alexander
  • 19,906
  • 19
  • 75
  • 162
3
votes
1 answer

Sencha Cmd v4.0.2.67 Failed Creating Background Process

I have a single page ExtJS application that was generated with Sencha Command v4.0.2.67. I am trying to build using Sencha Command v4.0.2.67 with the following command(s). $ sencha app refresh $ sencha app build When the build moves to the step…
subv3rsion
  • 412
  • 6
  • 14
3
votes
3 answers

Can I use Maven with Sencha Cmd instead of Ant, or must it use Ant?

We are making changes to use Sencha Cmd, but it uses Ant. We use Maven for other things, so can we make changes to a config file or something, so Sencha Cmd uses Maven not Ant, or must we have Ant installed to use Sencha Cmd. Thanks in advance.
Greg Lafrance
  • 809
  • 15
  • 35
3
votes
1 answer

How do I deploy ExtJS 4.2.2 to production for app not initially created with Sencha Cmd?

We have an app that was not initially created with Sencha Cmd. While we will eventually restructure the app to adhere to the structure that works best with Sencha Cmd, for now we just need to know the steps to deploy the app to production in our…
1 2
3
35 36