问题标签 [sencha-cmd]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
839 浏览

build - Sencha Touch 2 KitchenSink 示例构建失败

我正在尝试从 Sencha Touch 2.2.1 GPL 包构建 Kitchensink 示例。我正在使用 Sencha CMD 3.1.2.342 但有些事情失败了。这是日志:

知道有什么问题吗?什么是“SenchaLogManager”?

注意:自定义应用程序正在构建中

谢谢

0 投票
1 回答
841 浏览

extjs - Sencha Cmd 并排安装

我需要用不同的 Ext Js 框架版本构建不同的 Ext Js 项目。他们还需要不同版本的 Sencha Cmd 来构建(3.0.2.288 和 3.1.2.342)。通常可以并排安装两个版本的 Sencha Cmd。

你认为并排运行多个版本的 Sencha Cmd 会省钱吗?

0 投票
1 回答
115 浏览

extjs - Sencha Cmd 3.1.2 缺少 dependencies.js

运行“sencha app build package”时,我收到错误代码 255,它说dependecies.js 文件丢失。有同样“问题”的人吗?它是 linux-64 版本。

0 投票
1 回答
680 浏览

extjs - Sencha Architect + Sencha Cmd - javascript 错误:e.onRedraw 不是函数

我正在使用 Sencha Cmd 构建一个 Sencha Architect 项目。为此,我将按照本论坛帖子中提到的步骤进行操作。

我创建了 Cmd 项目:

然后我编辑index.html

然后我运行了构建:

第一次报错Ruby,所以我安装了1.9版本,然后运行成功。

在我的生产页面中,我使用了all-classes.jsand resources/app-all.css,它们都是由构建生成的。

问题是现在我有 javascript 错误:

如何调试此过程?有什么我可以做的吗?

我正在使用带有 ExtJS ext-4.2.1.883 的 cmd 版本 3.1.2.342。

编辑

如果我将环境更改为“测试”,新的错误是:

0 投票
1 回答
1741 浏览

javascript - 如何告诉 sencha cmd 停止混淆我的文件?

我想这里不是最好的提问地点,但我在其他任何地方都找不到或获得帮助。

如何告诉 sencha cmd 停止混淆我的文件?

我有第三方库 Strophejs 并且有一些类似的想法:

在sencha应用程序构建后我得到了类似的东西

如何解决此问题或如何停止对该文件进行混淆或至少不混淆 Strophe 变量名称?

文档说在为生产构建时默认启用混淆,并且没有说明如何禁用它。它只会引起疼痛。

0 投票
1 回答
478 浏览

sencha-touch-2 - Sencha Touch 2.2.1 Carousel not inizialized

I'm back on the project of catalogue viewer app, and after updating to the last sencha release, I have the same problem I had a couple of month ago...the carousel don't recognize the onTap event or, it won't load correctly.

The app is quite simple, the structure is the following:

  • company name
    • list of catalogues
      • detailcard with the catalogue pages (3 per row)
        • carousel starting from the page tapped

The fact that when I use the app NOT compiled with sencha cmd, it work very smoothly, and problemless, but when I build the app (also production and packaging) with sencha cmd, it won't work.

The dataview show all the image, and when I click one of them, it pop-up the carousel, but empty. I tried to debug, and it won't do the initialize, but why only in the build version?

The code that I use is the following:

If you want to see the webapp, here's the link: http://www.ciamcostruzioni.it/CIAM_app/not_compiled/

Thanks in advance.

0 投票
1 回答
1300 浏览

java - Sencha CMD YUICompressor [ERR] 压缩输入失败

在构建煎茶触摸项目时,我遇到了错误[ERR] Failed to compress input。所以我用-d(调试)标志重新编译了它,输出如下。

相同的代码构建在所有其他机器上。我正在使用Sencha Cmd v3.1.2.342. 在以下配置中测试。

  • 机器 1
    • 煎茶 CMD 3.1.2.342
    • Java 1.6
    • 32 位 Fedora 12
    • 构建失败
  • 机器 2
    • 煎茶 CMD 3.1.2.342
    • Java 1.6
    • 32 位 Fedora 15
    • 构建通行证
  • 机器 3
    • 煎茶 CMD 3.0.0
    • Java 1.6
    • 64 位 Ubuntu 12.04
    • 构建通行证

我正在使用 Sencha CMD.jsb3仅使用文件进行构建。

失败的原因可能是什么?

0 投票
1 回答
1020 浏览

assets - 在 sencha touch 构建中添加资产 (ST 2.2.1)

我有 Sencha Touch 2.2.1,其中包括图像、视频和 .json 等资产。我把它们放在/resources文件夹里。

当我像这样使用 Sencha Cmd 构建应用程序时:

资产不会复制到目标文件夹 ( build/VSBabyMobile/production/resources)

必须有一种方法可以.sencha/sencha.cfg在 Sencha Cmd 中或中配置更多资产,但我在文档中找不到答案。

谢谢

0 投票
0 回答
60 浏览

sencha-touch - Sencha Cmd 3.1.2 忽略 isIconPrecomposed 属性

根据这个文档Ext.application()配置参数有一个isIconPrecomposed属性,但是当与 Sencha Cmd 3.1.2 打包时它不起作用

我们的自定义图标运行良好,但这种愚蠢的光泽不适用于我们的艺术品。

  • 框架:煎茶触控2.2.1
  • Sencha Cmd:3.1.2
  • 命令行:“sencha app build native”
  • iOS:6.1.3

还有其他人使用 Sencha CmdisIconPrecomposed: true吗?

0 投票
1 回答
1493 浏览

extjs - Extjs 4.2 changing frame color for panels

I am using Sencha CMD to build up my theme package. I want that my framed panels will have border-radius of 8 pixels and that they will be white.

Here is what I have done:

Now I see that the border radius has changed, but its color is still as the ext classic theme (blue).

How can I change this color?