aboutsummaryrefslogtreecommitdiff
path: root/nuget/bootstrap.sass.nuspec
diff options
context:
space:
mode:
authorAndrew Timson <[email protected]>2017-12-30 10:33:28 -0500
committerXhmikosR <[email protected]>2017-12-30 17:33:28 +0200
commitdaf9d15e2dfd001481525f400dcefd899a3e94c2 (patch)
treeef6a8593bcbf82cf300e4eb8b73a707661bb556e /nuget/bootstrap.sass.nuspec
parent7adaa2f6efe301879458480818c815ee479b57d5 (diff)
downloadbootstrap-daf9d15e2dfd001481525f400dcefd899a3e94c2.tar.xz
bootstrap-daf9d15e2dfd001481525f400dcefd899a3e94c2.zip
Include JavaScript map files in NuGet packages (#25080)
Diffstat (limited to 'nuget/bootstrap.sass.nuspec')
-rw-r--r--nuget/bootstrap.sass.nuspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec
index 38b6e3ccb..64c19cdb2 100644
--- a/nuget/bootstrap.sass.nuspec
+++ b/nuget/bootstrap.sass.nuspec
@@ -24,5 +24,6 @@
<files>
<file src="scss\**\*.scss" target="content\Content\bootstrap" />
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
+ <file src="dist\js\bootstrap*.js.map" target="content\Scripts" />
</files>
</package>