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
1 answer

Ext JS 4.2.1 + Sencha CMD - ItemSelector Buttons CSS not loaded

I generated an Ext JS 4.2.1.883 application with the sencha CMD 3.1.2.342 using nthe neptune theme... I've got an ItemSelector Control in my View with the Buttons 'add' and 'remove'.. I executed a sencha ant cleaen and sencha app build still my…
JuHwon
  • 2,033
  • 2
  • 34
  • 54
3
votes
1 answer

Sencha CMD build error com.sencha.exceptions.ExProcess: compass process exited with non-zero code : 1

I have just upgraded to sencha CMD 4.0.0.0 and started getting this error while building my package. [ERR] The following error occurred while executing this…
AMember
  • 3,037
  • 2
  • 33
  • 64
3
votes
1 answer

How can I configure the sencha app build command to use a custom named app folder?

I need to use a custom named 'app' folder for my Ext JS 4.1.3 application. Sencha documentation is clear that this folder name is a configurable value called 'appFolder'. Environment: Ext JS 4.1.3 Sencha Cmd 3.1.2.342 Ruby 1.9 Steps that I took:…
fourgablesguy
  • 449
  • 6
  • 17
3
votes
1 answer

Sencha bug tracker url

Can anyone give me the sencha bug tracker url. I have to check one bug's status. I am facing an issue which I found in sencha blog also and found it was added in bug tracker.
skmaran.nr.iras
  • 8,152
  • 28
  • 81
  • 116
3
votes
2 answers

Generate extjs 4.2 app with sencha cmd, default theme name did not work

i use flow command : sencha -sdk D:\dev\ext\ext-4.2.1.883 generate app -t ext-theme-neptune msg .\ then i check the /.sencha/app/sencha.cfg file, the app.theme still like this app.theme=ext-theme-classic, and the bootstrap.css still is @import…
bee
  • 31
  • 1
  • 2
3
votes
1 answer

How to style ExtJS 4 app with compass without building it first

I'm trying to style my ExtJS app, that I created with SenchaCmd and I have created a theme and also a custom .scss style in the appdir/sass/var folder. However every time I update the styles in either the theme or the app, I have to rebuild the app…
Todor Markov
  • 151
  • 9
2
votes
1 answer

C1005: Closure Compiler Warning (Parse error. name not recognized due to syntax error.) -- compression-input:

[WRN] C1005: Closure Compiler Warning (Parse error. name not recognized due to syntax error.) CMD 7.6.0.87 after update from CMD 7.4.0.39 …
Luca Migliori
  • 99
  • 1
  • 5
2
votes
1 answer

How to sync my Store when I update the bounded record using form (onUpdateClick). I'm using Extjs 7.5 (Sencha CMD)

This is my first time using a javascript framework, I would like to implement MVVM in my EXT JS application and the data is coming from my WEB API (ASP.NET FRAMEWORK). My problem is that, I don't seem to understand how to fully use viewModel which…
2
votes
1 answer

Application Crashing:A fatal error has been detected by the Java Runtime Environment:[libsystem_platform.dylib+0x15d2] _platform_strlen+0x12

I am running Sencha Cmd v6.7.0.63 and while running "Sencha app watch" the app is crashing with below error. I am running the app on Mac OS. A fatal error has been detected by the Java Runtime Environment: SIGSEGV (0xb) at pc=0x00007fff2039c5d2,…
2
votes
1 answer

Merging multiple separate universal application to one Main App

Our application should have a main app and is consists of multiple modules and these modules have their own git repository. The goal is to use the main app and turn the modules into packages that should only be referenced or called in the main app.…
2
votes
1 answer

Sencha Cmd: Support for object/array destructuring

Can Sencha Cmd be tuned for newer js features or replaced by other minifiers/optimizers? Or support coming with the latest versions anyway?
Benjamin E.
  • 5,042
  • 5
  • 38
  • 65
2
votes
0 answers

'[WRN]' C1005: Closure Compiler Warning (Parse error. extra visibility tag) -- compression-input:231247:7 fix?

While running C:\Sencha\Cmd\6.6.0.13\sencha.exe app build for production I came across this warning message: [WRN] C1005: Closure Compiler Warning (Parse error. extra visibility tag) -- compression-input:231267:7 I am new to extjs and I am not sure…
2
votes
1 answer

UnhandledPromiseRejectionWarning: Error: Cannot find module using ext-gen

I want start to using ExtJS Community Edition. I follow this instruction http://docs.sencha.com/extjs/6.6.0-CE/guides/getting_started/open_tooling.html. I try execute command: ext-gen app -a But, I have this error: i [ext]: ext-gen:…
All_Safe
  • 1,339
  • 2
  • 23
  • 43
2
votes
2 answers

Sencha is not recognized as internal or external command

When I write sencha in CMD I get this errror: 'sencha' is not recognized as an internal or external command, operable program or batch file. It is setup automatically like this as an enviromental variable: but still it is not working. Any ideas…
harunB10
  • 4,823
  • 15
  • 63
  • 107
2
votes
1 answer

How to turn remote ExtJS package to local?

I use a third-party package in my application. It's a package with an icon font. After I installed it, it was placed by sencha cmd into /packages/remote directory. I want that this package would be placed into /packages/local. Is it sufficient just…
gregory
  • 341
  • 1
  • 4
  • 10