0

I'm working with in a Sencha Touch app project. Currently we are using sencha-touch-all.js. But it's size is too big. Are there any procedure to make one custom sencha-touch.js with only required modules.

Thanks in advance.

4

2 回答 2

0

米切尔西蒙斯 说:

您可以使用 sencha-touch-debug.js 进行开发,如果您使用的是 MVC,那么您可以构建一个仅包含 ST 类和您的应用程序类的构建,使其仅包含您需要的内容。

资源

于 2013-07-26T10:37:49.287 回答
0

使用 sencha cmd 生成应用程序,然后使用 sencha app build package|production 进行编译。CMD 将创建一个包 app.js,其中仅包含您的应用所需的类。

于 2013-07-26T13:52:08.010 回答