In app.json, Ext JS 5 provide a way to include CSS file using object. Here my code in app.json
"css": [
{
"path": "bootstrap.css",
"bootstrap": true
},
{
"path": "app.css"
}
],
It seems app.css does not include in HTML.
any idea?