12 lines
313 B
JSON
12 lines
313 B
JSON
// Configure bundling and minification for the project.
|
|
// More info at https://go.microsoft.com/fwlink/?LinkId=808241
|
|
[
|
|
{
|
|
"outputFileName": "wwwroot/css/site.min.css",
|
|
// An array of relative input file paths. Globbing patterns supported
|
|
"inputFiles": [
|
|
"wwwroot/css/site.css"
|
|
]
|
|
}
|
|
]
|