mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Support nuget contentFiles, used for some project types (#27856)
This commit is contained in:
@@ -24,5 +24,8 @@
|
|||||||
<file src="less\**\*.less" target="content\Content\bootstrap" />
|
<file src="less\**\*.less" target="content\Content\bootstrap" />
|
||||||
<file src="fonts\*.*" target="content\Content\fonts" />
|
<file src="fonts\*.*" target="content\Content\fonts" />
|
||||||
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
|
<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>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
@@ -24,5 +24,8 @@
|
|||||||
<file src="dist\css\*.*" target="content\Content" />
|
<file src="dist\css\*.*" target="content\Content" />
|
||||||
<file src="dist\fonts\*.*" target="content\fonts" />
|
<file src="dist\fonts\*.*" target="content\fonts" />
|
||||||
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
|
<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>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
Reference in New Issue
Block a user