From d078e256c899c5554d459188c051dc8f5779dede Mon Sep 17 00:00:00 2001 From: David Barker Date: Fri, 24 Jan 2020 09:25:31 +0800 Subject: [PATCH] remove comments from json file --- sample/MongoIdentitySample.Mvc/bundleconfig.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sample/MongoIdentitySample.Mvc/bundleconfig.json b/sample/MongoIdentitySample.Mvc/bundleconfig.json index 6d3f9a5..9d8ef2a 100644 --- a/sample/MongoIdentitySample.Mvc/bundleconfig.json +++ b/sample/MongoIdentitySample.Mvc/bundleconfig.json @@ -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", - // An array of relative input file paths. Globbing patterns supported "inputFiles": [ "wwwroot/css/site.css" ] @@ -13,12 +10,10 @@ "inputFiles": [ "wwwroot/js/site.js" ], - // Optionally specify minification options "minify": { "enabled": true, "renameLocals": true }, - // Optionally generate .map file "sourceMap": false } ]