Browse Source
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.main
4 changed files with 30 additions and 1 deletions
@ -0,0 +1,27 @@ |
|||
[ |
|||
{ |
|||
"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 |
|||
} |
|||
] |
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue