From ec07d731169227154d2055431d75e070c1fa5186 Mon Sep 17 00:00:00 2001 From: Peter Blazejewicz Date: Fri, 10 Jun 2016 22:42:28 +0200 Subject: [PATCH] Update bundleconfig.json For details please see: aspnet/Templates@749d029 Thanks! --- templates/overrides/semantic/web/bundleconfig.json | 3 ++- templates/overrides/semantic/webbasic/bundleconfig.json | 3 ++- templates/projects/web/bundleconfig.json | 3 ++- templates/projects/webbasic/bundleconfig.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/overrides/semantic/web/bundleconfig.json b/templates/overrides/semantic/web/bundleconfig.json index 9caed82d..9487b167 100644 --- a/templates/overrides/semantic/web/bundleconfig.json +++ b/templates/overrides/semantic/web/bundleconfig.json @@ -24,7 +24,8 @@ "wwwroot/js/semantic.validation.js" ], "minify": { - "enabled": true + "enabled": true, + "renameLocals": true } } ] diff --git a/templates/overrides/semantic/webbasic/bundleconfig.json b/templates/overrides/semantic/webbasic/bundleconfig.json index 5ae75176..937a1014 100644 --- a/templates/overrides/semantic/webbasic/bundleconfig.json +++ b/templates/overrides/semantic/webbasic/bundleconfig.json @@ -23,7 +23,8 @@ "wwwroot/js/semantic.validation.js" ], "minify": { - "enabled": true + "enabled": true, + "renameLocals": true } } ] diff --git a/templates/projects/web/bundleconfig.json b/templates/projects/web/bundleconfig.json index 430147e9..b6af0938 100644 --- a/templates/projects/web/bundleconfig.json +++ b/templates/projects/web/bundleconfig.json @@ -15,7 +15,8 @@ "wwwroot/js/site.js" ], "minify": { - "enabled": true + "enabled": true, + "renameLocals": true } } ] diff --git a/templates/projects/webbasic/bundleconfig.json b/templates/projects/webbasic/bundleconfig.json index 6eadf24e..d60e8e7d 100644 --- a/templates/projects/webbasic/bundleconfig.json +++ b/templates/projects/webbasic/bundleconfig.json @@ -14,7 +14,8 @@ "wwwroot/js/site.js" ], "minify": { - "enabled": true + "enabled": true, + "renameLocals": true } } ]