I am trying to improve the performance of my Sencha Touch 2.3 application. I did build the application using Sencha Architect 3. Now, I read a few posts about improving app performance by not including all default sencha css classes (see https://www.sencha.com/blog/4-tricks-for-smaller-css-in-touch-22/). I would like to apply this method to my application too (other suggestions would be gratefully taken into account too). However, using Sencha architect to compile/build my app, the app.scss file is not used because of theming options in Sencha Architect (see Sencha Architect 3 does not use app.css). Is there another way to not include all default css files?
Using:
- Sencha Architect version: 3.0.2.1375
- Sencha cmd: 4.0.2.67 framework:
- Sencha Touch 2.3.x
Kind regards