Skip to content
This repository was archived by the owner on Sep 21, 2018. It is now read-only.

Commit 749d029

Browse files
committed
update bundleconfig.json and update Bundle package version to 2.0.208
1 parent bc93039 commit 749d029

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Templates.Settings.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
<PropertyGroup>
5050
<ApplicationInsightsPackageVersion>1.0.0-rc2-final</ApplicationInsightsPackageVersion>
51-
<BundlerPackageVersion>2.0.200</BundlerPackageVersion>
51+
<BundlerPackageVersion>2.0.208</BundlerPackageVersion>
5252
<DefaultNugetFeedSource Condition="'$(NugetFeedSource)' == ''">api.nuget.org=https://api.nuget.org/v3/index.json</DefaultNugetFeedSource>
5353
<NugetFeedSource Condition="'$(NugetFeedSource)' == '' and '$(TemplateBuildBranch)' == 'release' and '$(ReleaseNugetFeedSource)' != ''">$(ReleaseNugetFeedSource)|$(DefaultNugetFeedSource)</NugetFeedSource>
5454
<NugetFeedSource Condition="'$(NugetFeedSource)' == '' and '$(TemplateBuildBranch)' == 'dev' and '$(DevNugetFeedSource)' != ''">$(DevNugetFeedSource)|$(DefaultNugetFeedSource)</NugetFeedSource>
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
[
22
{
3-
"outputFileName": "wwwroot/css/site.css",
3+
"outputFileName": "wwwroot/css/site.min.css",
44
"inputFiles": [
55
"wwwroot/css/site.css"
6-
],
7-
"minify": {
8-
"enabled": true
9-
}
6+
]
107
},
118
{
12-
"outputFileName": "wwwroot/js/site.js",
9+
"outputFileName": "wwwroot/js/site.min.js",
1310
"inputFiles": [
1411
"wwwroot/js/site.js"
1512
],
1613
"minify": {
17-
"enabled": true
14+
"enabled": true,
15+
"renameLocals": true
1816
}
1917
}
2018
]

0 commit comments

Comments
 (0)