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 Cmd 3.1.2 missing dependencies.js

When running 'sencha app build package' Im geeting error code 255 and it says dependecies.js file is missing. Anyone with same 'issue'? It's linux-64 version.
Nico Grunfeld
  • 1,133
  • 1
  • 8
  • 19
0
votes
1 answer

Sencha Cmd side by side installation

I need to build different Ext Js projects with different Ext Js framework versions. They also need different versions of Sencha Cmd for building (3.0.2.288 and 3.1.2.342). Generally it is possible to install two versions of Sencha Cmd side by…
Christoph
  • 1,023
  • 11
  • 23
0
votes
1 answer

Add own scss files to the appName-all.scss

In scss I would usually add other scss files using the @import command. With sencha cmd the SCSS file for my ExtJS app is generated. Where and how do I add custom styles which then should be compiled into the app-all.css? I don't want to create a…
Michel Feldheim
  • 17,625
  • 5
  • 60
  • 77
0
votes
2 answers

Sencha Touch CMD installation issues

I have a MAMP server running on the Mac. in the directory path: /Applications/MAMP/htdocs/MyApp/sencha-touch-2.2.0-gpl/ my SDK is copied. I downloaded the latest Sencha CMD tool from the sencha touch website:…
Ankit Tanna
  • 1,779
  • 8
  • 32
  • 59
0
votes
2 answers

sencha cmd: Failed to find any files for

I'm getting following error when i execute sencha app build [ERR] BUILD FAILED [ERR] com.sencha.exceptions.ExBuild: com.sencha.exceptions.ExBuild: Failed to find any files for…
squirrel
  • 203
  • 2
  • 9
0
votes
1 answer

Build a simple app using Sencha, not working on Android 4

I would like someone to help me verify what I've done to build a simple mobile app using Sencha Touch and Sencha Cmd. I've been trying to build an Android app for awhile and I cannot get it run on Android 4.0 emulator or phone, and no luck at…
donny
  • 333
  • 4
  • 9
0
votes
2 answers

SenchaTouch Error while Building with SenchaCmd: Failed to find file(s) for depdency reference

When I want to build my app with SenchaCmd I get the following error: Failed to find file(s) for depdency reference /workspace/SmartphoneClient/app.js::ExtRequire::Ext.ux.picker.DateTime This is how my app.js looks: Ext.Loader.setPath({ 'Ext':…
landei
  • 43
  • 6
0
votes
1 answer

Sencha Touch native optional features vs required permissions (camera on Nexus 7)

How can I use Sencha Cmd to package a Sencha Touch 2.2 application for Google Nexus 7, with front camera support? I'm able to run the application and take pictures fine if I install it directly on the device. But using the App Store the application…
Sven Tore
  • 967
  • 6
  • 29
0
votes
1 answer

Cannot call method 'getWindowHeight' of undefined after sencha build package

I have developed an app which requires some container to be drawn based of height & width of device so I have used [Ext.Viewport.getWindowHeight()][1] & Ext.Viewport.getWindowWidth() at few places in my code and it was working fine until I…
ThinkFloyd
  • 4,981
  • 6
  • 36
  • 56
0
votes
1 answer

Sencha Command - @import 'sencha-touch/default/all' not found

When I run the sencha command like so: sencha app build production I get an error which points to the following line in app.scss: @import 'sencha-touch/default/all'; In my app I have the following…
jaffa
  • 26,770
  • 50
  • 178
  • 289
0
votes
1 answer

Sencha map center doesn't work on built apps

I have a sencha touch 2 app with a map: xtype: "map", mapOptions: { zoom: 11, center: new google.maps.LatLng(51.516357, -0.113234), navigationControl: true, navigationControlOptions: { style:…
Tarang
  • 75,157
  • 39
  • 215
  • 276
0
votes
2 answers

Building a Sencha Touch 2.1 project

I've built myself a small Sencha Touch 2 app, so now i'm trying to make it smaller/minify it My app looks like /touch /app.js /resources /ux /app /app.json /index.html /build.xml So I was trying to make it more efficient & faster to load so I…
Tarang
  • 75,157
  • 39
  • 215
  • 276
0
votes
2 answers

Compiled Produced Syntax Error in Sencha Touch command line

I am using sencha touch 2.0.1 I need to build the app using Sencha Command, when using running the comans sencha app build production I receive this error. It seems to me connected to the magnification project. Could you tell me what I am doing…
GibboK
  • 71,848
  • 143
  • 435
  • 658
0
votes
2 answers

install sencha-touch 2.1 on mac

I need to install sencha touch 2.1 on my mac but I can't… i follow this guide http://www.sencha.com/learn/getting-started-with-sencha-touch-2 so i installed sencha cmd and i copy the sencha-sdk folder in the www/ directory of apache.. if i…
user1579339
-1
votes
2 answers

Ext js 7 cmd Production build failing

I have a working test build, I produce by typing: sencha app build testing it's working without problems, and now I would love to test sencha speed in production stage. But i can't make a build, I tried sencha app build but I get a generic error, so…
JustAwesome
  • 25
  • 1
  • 6
1 2 3
35
36