Commit ddd33cd9 authored by Supergibbs's avatar Supergibbs Committed by XhmikosR
Browse files

Support nuget contentFiles, used for some project types

parent 13b8b9f0
2 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes
Showing with 8 additions and 0 deletions
+8 -0
......@@ -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>
......@@ -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>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment