Skip to content

Commit ddd33cd

Browse files
supergibbsXhmikosR
authored andcommitted
Support nuget contentFiles, used for some project types
1 parent 13b8b9f commit ddd33cd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

nuget/bootstrap.nuspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
<file src="dist\css\*.*" target="content\Content" />
2626
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
2727
<file src="dist\js\bootstrap*.js.map" target="content\Scripts" />
28+
29+
<file src="dist\css\*.*" target="contentFiles\Content" />
30+
<file src="dist\js\bootstrap*.js" target="contentFiles\Scripts" />
31+
<file src="dist\js\bootstrap*.js.map" target="contentFiles\Scripts" />
2832
</files>
2933
</package>

nuget/bootstrap.sass.nuspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
<file src="scss\**\*.scss" target="content\Content\bootstrap" />
2626
<file src="dist\js\bootstrap*.js" target="content\Scripts" />
2727
<file src="dist\js\bootstrap*.js.map" target="content\Scripts" />
28+
29+
<file src="scss\**\*.scss" target="contentFiles\Content\bootstrap" />
30+
<file src="dist\js\bootstrap*.js" target="contentFiles\Scripts" />
31+
<file src="dist\js\bootstrap*.js.map" target="contentFiles\Scripts" />
2832
</files>
2933
</package>

0 commit comments

Comments
 (0)