前提:已經(jīng)安裝有Ruby,以及其gems:haml, compass
- 修改resources\sass\app.scss
@import 'sencha-touch/<your_theme_name>';
@import 'sencha-touch/<your_theme_name>/all';
- 添加自定義圖標(biāo)
@include icon('box');
@include icon('rss'); ...
...
- 進(jìn)入app.scss目錄,執(zhí)行compass compile(如果有錯會有控制臺輸出)。
- 回到項目主目錄,sencha app refresh并sencha web -port 4000 start啟動。