I'm using Ext JS and Sencha CMD and want to experiment with a few themes.
Also I have read that the theme for an app can be changed in app.js
(using theme property) and sencha.cfg
(using app.theme property) and then run sencha app build.
I would like to know, Why are this configurations in two different files? And Which is the correct way of doing this?