Justification: When published (under Release configuration) in layout there is just app.min.css. We can either add also other minified CSS there (components, headers,...) or add one bundled and minified 8KB css.
27 lines
753 B
JSON
27 lines
753 B
JSON
[
|
|
{
|
|
"outputFileName": "wwwroot/css/site.min.css",
|
|
"inputFiles": [
|
|
"wwwroot/css/app.css",
|
|
"wwwroot/css/app.component.css",
|
|
"wwwroot/css/shared/components/header/header.css",
|
|
"wwwroot/css/shared/components/identity/identity.css",
|
|
"wwwroot/css/shared/components/pager/pager.css",
|
|
"wwwroot/css/basket/basket.component.css",
|
|
"wwwroot/css/basket/basket-status/basket-status.component.css",
|
|
"wwwroot/css/catalog/catalog.component.css",
|
|
"wwwroot/css/orders/orders.component.css"
|
|
]
|
|
},
|
|
{
|
|
"outputFileName": "wwwroot/js/site.min.js",
|
|
"inputFiles": [
|
|
"wwwroot/js/site.js"
|
|
],
|
|
"minify": {
|
|
"enabled": true,
|
|
"renameLocals": true
|
|
},
|
|
"sourceMap": false
|
|
}
|
|
] |