]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Support nuget contentFiles, used for some project types
authorSupergibbs <jesse.mandel@gmail.com>
Fri, 29 Jun 2018 00:39:03 +0000 (17:39 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 1 Jul 2018 07:02:09 +0000 (10:02 +0300)
nuget/bootstrap.nuspec
nuget/bootstrap.sass.nuspec

index 8d0da0a11d81fbe3c8317efd151aa9aa1ed9c919..2dcbfea6e6090400d35d18f08164b9788a3078e9 100644 (file)
@@ -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>
index 089c49c799c71bc546cda41afdc8a686097df9ab..d3c533f464ae04dfd86aa36d975ccc1577ab2329 100644 (file)
@@ -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>