diff options
| author | Andrew Timson <[email protected]> | 2017-12-30 10:33:28 -0500 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-12-30 17:33:28 +0200 |
| commit | daf9d15e2dfd001481525f400dcefd899a3e94c2 (patch) | |
| tree | ef6a8593bcbf82cf300e4eb8b73a707661bb556e /nuget/bootstrap.nuspec | |
| parent | 7adaa2f6efe301879458480818c815ee479b57d5 (diff) | |
| download | bootstrap-daf9d15e2dfd001481525f400dcefd899a3e94c2.tar.xz bootstrap-daf9d15e2dfd001481525f400dcefd899a3e94c2.zip | |
Include JavaScript map files in NuGet packages (#25080)
Diffstat (limited to 'nuget/bootstrap.nuspec')
| -rw-r--r-- | nuget/bootstrap.nuspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec index 9a35564ee..3155d099b 100644 --- a/nuget/bootstrap.nuspec +++ b/nuget/bootstrap.nuspec @@ -24,5 +24,6 @@ <files> <file src="dist\css\*.*" target="content\Content" /> <file src="dist\js\bootstrap*.js" target="content\Scripts" /> + <file src="dist\js\bootstrap*.js.map" target="content\Scripts" /> </files> </package> |
