Currently, I am in the process of working on a mobile website using Sencha Touch 2. To develop the production build, I utilized Sencha Cmd v3. Upon testing the production version, I noticed that although my custom CSS files are present in the folder structure, the custom styles do not seem to be applied to the UI elements.
I should note that SASS/COMPASS are not being used in this particular application. Can anyone offer insights or suggestions on where things may have gone awry or if there is something crucial that I overlooked? Do custom CSS files need special treatment during the creation of the production build? Is it necessary to include references to these custom CSS files in the app.json when generating the production build? Any assistance on this matter would be greatly appreciated.
Thank you