Compiling the app.css File

The application app.css file is generated using Sencha CMD. The app.css file generation is done as part of the Sencha build process. Executing the Sencha CMD SASS target will also perform the compilation step.

To generate the app.css file using Sencha CMD:

  1. Open a command prompt.
  2. Navigate to the .. /src/[Application] folder
  3. Type sencha ant sass
  4. The app.css file will be generated and will be placed in the ../src/[Application]/resources/css folder