mirror of
https://github.com/Queercon/QC14-Badge-Webview.git
synced 2025-07-05 20:51:26 -07:00
zero minification
This commit is contained in:
parent
567600a08a
commit
9ce7046a89
1 changed files with 1 additions and 20 deletions
|
@ -1,24 +1,5 @@
|
|||
// 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"
|
||||
]
|
||||
},
|
||||
{
|
||||
"outputFileName": "wwwroot/js/site.min.js",
|
||||
"inputFiles": [
|
||||
"wwwroot/js/site.js"
|
||||
],
|
||||
// Optionally specify minification options
|
||||
"minify": {
|
||||
"enabled": true,
|
||||
"renameLocals": true
|
||||
},
|
||||
// Optionally generate .map file
|
||||
"sourceMap": false
|
||||
}
|
||||
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue