Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/nuget
diff options
context:
space:
mode:
authorAndrew Timson <HamsterExAstris@users.noreply.github.com>2017-12-30 18:33:28 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-12-30 18:33:28 +0300
commitdaf9d15e2dfd001481525f400dcefd899a3e94c2 (patch)
treeef6a8593bcbf82cf300e4eb8b73a707661bb556e /nuget
parent7adaa2f6efe301879458480818c815ee479b57d5 (diff)
Include JavaScript map files in NuGet packages (#25080)
Diffstat (limited to 'nuget')
-rw-r--r--nuget/bootstrap.nuspec1
-rw-r--r--nuget/bootstrap.sass.nuspec1
2 files changed, 2 insertions, 0 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 9a35564ee4..3155d099b8 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>
diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec
index 38b6e3ccbe..64c19cdb2f 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>