sencha-cmd

install sencha-touch 2.1 on mac

隐身守侯 提交于 2019-12-01 01:51:26
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 do: localhost/sencha-skd on my browser i see the docs of sencha, so the server works fine.. but from the terminal if I write the command sencha i get -bash: sencha: command not found and this happend in every folder… somebody can help me? thanks a lot Download and install Sencha Cmd : http://www.sencha.com/products/sencha-cmd/download Then ensure that the

How to package (minify) an extjs 4 application

扶醉桌前 提交于 2019-11-29 15:11:39
问题 I am looking for de facto instructions for packaging and minfying an Ext JS 4 app. Everything seems to point to the Sencha SDK, but everything around this is targeted at Sencha Touch, and anyway, when I follow the instructions ( sencha app build testing ) I receive: "The current working directory (C:...) is not a recognized Sencha SDK or application folder" Which throws me, since the structure I am using was generated by Sencha Architect. Looking at the docs here, the folder structure

Stack ExtJS 6 + Spring Boot

走远了吗. 提交于 2019-11-28 06:38:43
问题 I m trying to implements a stack extjs 6 with spring boot. I want extjs6 and spring boot in two separated project in intelliJ. (front-end and back-end) Until now, i m able to point static content to the folder where the extjs6 project is. My folders structures is : back-end : /home/bryan/IdeaProjects/back-end/ front-end : /home/bryan/IdeaProjects/front-end/{var}/ ({var} could be front-office or back-office) All request asking for http://localhost:8080/static deserve /home/bryan/IdeaProjects

Registry key Error: Java version has value '1.8', but '1.7' is required

狂风中的少年 提交于 2019-11-27 06:28:37
While running sencha app build production I am getting the following error: Error: Registry key 'Software\JavaSoft\Java Runtime Environment'\CurrentVersion' has value '1.8', but '1.7' is required. Error: could not find java.dll Error: Could not find Java SE Runtime Environment. java -version , command is showing following: java version "1.8.0_40" Java(TM) SE Runtime Environment (build 1.8.0_40-b26) Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode) Not able to find where path is going wrong. Any idea? ----------------------- EDIT ------------------------------------------------