aboutsummaryrefslogtreecommitdiff
path: root/nuget/bootstrap.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'nuget/bootstrap.nuspec')
-rw-r--r--nuget/bootstrap.nuspec4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 8d0da0a11..2dcbfea6e 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -25,5 +25,9 @@
<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" />
+
+ <file src="dist\css\*.*" target="contentFiles\Content" />
+ <file src="dist\js\bootstrap*.js" target="contentFiles\Scripts" />
+ <file src="dist\js\bootstrap*.js.map" target="contentFiles\Scripts" />
</files>
</package>