Sencha Touch 2:如何在生产构建时处理自定义css文件?

时间:2013-01-31 04:01:39

标签: html5 css3 extjs sencha-touch sencha-touch-2

我正在使用sencha touch 2开发的移动网站上工作。我曾使用sencha cmd v3生成生产版本。当我测试生产版本时,我发现我的自定义css文件包含在文件夹结构中,但自定义样式不会应用于UI元素。

请注意,我在这个应用程序中没有使用SASS / COMPASS。关于哪里出错或者我错过了什么的任何想法?我是否必须以不同方式处理自定义css文件,并在创建生成版本时执行一些特殊操作?在创建生成版本时,是否需要在app.json中包含这些自定义css文件的引用?请帮忙。

由于

1 个答案:

答案 0 :(得分:10)

您只需在app.json文件中提供参考。在app.css文件

之后添加
/**
         * List of all CSS assets in the right inclusion order.
         * Each item is an object with the following format:
         *      {
         *          "path": "path/to/item.css" // Relative path to this app.json file
         *          "update": "delta"          // (Optional)
         *                                     // - If not specified, this file will only be loaded once, and
         *                                     //  -cached inside localStorage until this value is changed to either one below
         *                                     //  - "delta" to enable over-the-air delta update for this file
         *                                     //  - "full" means full update will be made when this file changes
         *
         *      }
         */