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
diff options
context:
space:
mode:
-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>