]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Support nuget contentFiles, used for some project types (#27856)
authorJesse Mandel <jesse.mandel@gmail.com>
Sun, 16 Dec 2018 15:19:19 +0000 (07:19 -0800)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 16 Dec 2018 15:19:19 +0000 (17:19 +0200)
nuget/bootstrap.less.nuspec
nuget/bootstrap.nuspec

index 35fd209982ff6848895b9bfb4e46c8eabac35365..68edf02ff716b67a599e4f9c1767fd53d3f519b9 100644 (file)
@@ -24,5 +24,8 @@
     <file src="less\**\*.less" target="content\Content\bootstrap" />
     <file src="fonts\*.*" target="content\Content\fonts" />
     <file src="dist\js\bootstrap*.js" target="content\Scripts" />
+    <file src="less\**\*.less" target="contentFiles\Content\bootstrap" />
+    <file src="fonts\*.*" target="contentFiles\Content\fonts" />
+    <file src="dist\js\bootstrap*.js" target="contentFiles\Scripts" />
   </files>
 </package>
\ No newline at end of file
index 3fb2cf9f1e51ff8d1b4dc4168b93d0838a40b6aa..4fdea77d29f756eeb1b01ebd0c38a50495a301b8 100644 (file)
@@ -24,5 +24,8 @@
     <file src="dist\css\*.*" target="content\Content" />
     <file src="dist\fonts\*.*" target="content\fonts" />
     <file src="dist\js\bootstrap*.js" target="content\Scripts" />
+    <file src="dist\css\*.*" target="contentFiles\Content" />
+    <file src="dist\fonts\*.*" target="contentFiles\fonts" />
+    <file src="dist\js\bootstrap*.js" target="contentFiles\Scripts" />
   </files>
 </package>
\ No newline at end of file