aboutsummaryrefslogtreecommitdiff
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 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>
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>