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:
authorSupergibbs <jesse.mandel@gmail.com>2018-06-29 03:39:03 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-07-01 10:02:09 +0300
commitddd33cd9579e677cadd45ab9a0cd543ec8ba1edf (patch)
tree09f912a5a4e2ce85bd4c28ee43b3c02f5d49e388 /nuget
parent13b8b9f03aea4278863550ba19167622d651d2ec (diff)
Support nuget contentFiles, used for some project types
Diffstat (limited to 'nuget')
-rw-r--r--nuget/bootstrap.nuspec4
-rw-r--r--nuget/bootstrap.sass.nuspec4
2 files changed, 8 insertions, 0 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 8d0da0a11d..2dcbfea6e6 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>
diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec
index 089c49c799..d3c533f464 100644
--- a/nuget/bootstrap.sass.nuspec
+++ b/nuget/bootstrap.sass.nuspec
@@ -25,5 +25,9 @@
<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" />
+
+ <file src="scss\**\*.scss" target="contentFiles\Content\bootstrap" />
+ <file src="dist\js\bootstrap*.js" target="contentFiles\Scripts" />
+ <file src="dist\js\bootstrap*.js.map" target="contentFiles\Scripts" />
</files>
</package>