Questions tagged [sencha-command]

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.

24 questions
6
votes
2 answers

An Extjs App Calling another Extjs APP

after generating a Workspace using Sencha Cmd and create Two different app, i just want to Run the first app and then after clicking a button,it calls the second app :) Like A main app calling another sub-app is there a way to do it ? thx for your…
6
votes
7 answers

Generate a sencha touch app

I am trying to create a new sencha touch app using "sencha generate app MyApp ../MyApp" command on Windows. I have done the following : Downloaded the latest sencha SDK and extracted it in folder "D:\MyProjects\sencha-touch-2.1.0-gpl"…
Prashanth
  • 2,404
  • 1
  • 17
  • 19
6
votes
1 answer

sencha app build production: doesn't combine my js

So... as I have read through the Sencha Command documentation, it tells me that the build will automagically (using Phantom JS) be able to tell me what all of my dependencies are, and in what order. Based off of that, I am expecting the "sencha app…
frosty
  • 21,036
  • 7
  • 52
  • 74
4
votes
2 answers

Sencha CMD, upgrading from 6.0 to 6.1 IndexOutOfBoundsException

I'm trying to sencha app build with Sencha CMD 6.1.1.76 but I'm getting: BUILD FAILED [ERR] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 [ERR] at…
code4jhon
  • 5,725
  • 9
  • 40
  • 60
4
votes
1 answer

Sencha CMD build process applied to an existing ExtJs 4.1 app

I am trying to retrofit sencha CMD's build environment to an existing EXTjs 4.1 app. All the coding conventions mentioned in http://docs.sencha.com/ext-js/4-1/#!/guide/command_code are followed. However I get stuck during the compile stage with a…
Pradeep
  • 418
  • 5
  • 15
4
votes
2 answers

Installing Sencha SDK and generating the GS app

I recently downloaded the Sencha SDK and the SDK tools. I installed the SDK tools, and unzipped the contents of the file sencha-touch-2.1.0-commercial.zip to my web server. I cd'd into the directory and ran the command given to generate a getting…
Abe Fehr
  • 729
  • 9
  • 23
3
votes
2 answers

Installing Sencha Command problems with osx and zsh

I can't get sencha command 3.0.0.250 to install correctly. I'm on OSX 10.7.5. Using zsh shell. Installing sencha command I install to the default "users/mark/bin" I've downloaded sencha touch 2.1.0 commercial and navigated to that sdk folder.…
markstewie
  • 9,237
  • 10
  • 50
  • 72
2
votes
2 answers

Sencha Touch , Phonegap - App Icon not working

I am building my sencha + phonegap app using the sencha command utility. I have updated the config.xml in the root of the sencha app with the following information to have my app icon.
Kathir
  • 6,136
  • 8
  • 36
  • 67
2
votes
0 answers

Visual Studio .NET publish - How to run a command before "Publish" that generates code

I am using Visual Studio 2012 and am working with a JavaScript framework (Ext JS). My HomeController basically redirects to the index that Ext JS uses. It communicates with other Visual Studio projects that actually make use of .NET (via CORS), but…
user2987995
  • 130
  • 2
  • 10
2
votes
1 answer

Ext 4.2, Sencha Cmd 3 + deftjs - Can't build a working applicaton

I've upgraded my build tools for an ext + deftjs application from Sencha SDK to Sencha Cmd (v3). In doing so I also upgraded Ext to 4.2 and Deft to Ext 0.8. I initially had a problem with Ext.onReady() not being fired, resulting in my…
Rob Squires
  • 2,108
  • 16
  • 15
2
votes
1 answer

How to build only css files from sass using sencha command?

is there an easy way to build only css files from sass files in extjs project without running the whole build process? I know I could create a config file for compass and use compass watch but isn't there a simpler way?
szym
  • 3,028
  • 2
  • 20
  • 32
1
vote
1 answer

Multiple Sencha CMD on Mac

How can we setup multiple Sencha cmds on Mac? I am working with various versions of Sencha & I need to work with multiple Sencha cmd versions. Right now I have to install/uninstall each time I need to switch to a different version.
Vishwajeet
  • 71
  • 1
  • 7
1
vote
1 answer

Shouldn't skip.slice=1 still generate a css file in Sencha CMD 6.1.176

I think using skip.slice=1 when running sencha app build should still generate a .css file on the build/production folder but that is not the case with CMD 6.1.1.76 Am I missing something ? I want to skip slicing images as I won't be supporting…
code4jhon
  • 5,725
  • 9
  • 40
  • 60
1
vote
0 answers

Sencha Cmd 3.1.2 ignoring isIconPrecomposed property

According to this documentation, the Ext.application() config param has an isIconPrecomposed property, but it is not working whatsoever when packaged with Sencha Cmd 3.1.2 Our custom icons are working fine, but this silly gloss does not work with…
1
vote
2 answers

Cannot build Sencha Touch 2.1 app with Sencha Cmd 3.1.1.274

I am trying to package a sencha touch 2.1 app (generated with Sencha Cmd 3.0.0.250) with the newest version of Sencha Cmd (3.1.1.274). When I run sencha app build package in the root of the project, I get this error: [ERR] The app was last modified…
cclerv
  • 2,921
  • 8
  • 35
  • 43
1
2