Compiling the app.css File
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:
- Open a command prompt.
-
Navigate to the ..
/src/[Application]
folder -
Type
sencha ant sass
-
The app.css file will be generated and will be placed in the
../src/[Application]/resources/css
folder