Unanswered: Build CMD missing some styles in the app.css file.
Unanswered: Build CMD missing some styles in the app.css file.
I'm using the latest Sencha Cmd 3.0.0.250 and Sencha touch 2.1.0
Used "sencha app build production" to build my application, 2 problems:
1. the build version of the app.css seems to miss many styles - in my case, it seems to be for the 'Ext.plugin.PullRefresh' and 'Ext.plugin.ListPaging', so the "Pull down to refresh" on top of the page and "load more" on the bottom of the page is not styled properly.
2. the build process seems to minified my app.css in the source code directory: /myApp/resources/css/app.css. So it also breaks the development files.
@okwei whr is your custom css resides ? its in a separate css file ?
No, these are not custom css, I dont have a custom css file at all, they are in the /myApp/resources/css/app.css file when the app is generated by the command. But some styles are missing after build. the build process also changed the content of the /myApp/resources/css/app.css file.