remove comments from json file
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
// Configure bundling and minification for the project.
|
[
|
||||||
// More info at https://go.microsoft.com/fwlink/?LinkId=808241
|
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"outputFileName": "wwwroot/css/site.min.css",
|
"outputFileName": "wwwroot/css/site.min.css",
|
||||||
// An array of relative input file paths. Globbing patterns supported
|
|
||||||
"inputFiles": [
|
"inputFiles": [
|
||||||
"wwwroot/css/site.css"
|
"wwwroot/css/site.css"
|
||||||
]
|
]
|
||||||
@@ -13,12 +10,10 @@
|
|||||||
"inputFiles": [
|
"inputFiles": [
|
||||||
"wwwroot/js/site.js"
|
"wwwroot/js/site.js"
|
||||||
],
|
],
|
||||||
// Optionally specify minification options
|
|
||||||
"minify": {
|
"minify": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"renameLocals": true
|
"renameLocals": true
|
||||||
},
|
},
|
||||||
// Optionally generate .map file
|
|
||||||
"sourceMap": false
|
"sourceMap": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user