mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
Support nuget contentFiles, used for some project types
This commit is contained in:
parent
13b8b9f03a
commit
ddd33cd957
@ -25,5 +25,9 @@
|
|||||||
<file src="dist\css\*.*" target="content\Content" />
|
<file src="dist\css\*.*" target="content\Content" />
|
||||||
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
|
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
|
||||||
<file src="dist\js\bootstrap*.js.map" 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>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
|
@ -25,5 +25,9 @@
|
|||||||
<file src="scss\**\*.scss" target="content\Content\bootstrap" />
|
<file src="scss\**\*.scss" target="content\Content\bootstrap" />
|
||||||
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
|
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
|
||||||
<file src="dist\js\bootstrap*.js.map" 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>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user