2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Include JavaScript map files in NuGet packages (#25080)

This commit is contained in:
Andrew Timson
2017-12-30 10:33:28 -05:00
committed by XhmikosR
parent 7adaa2f6ef
commit daf9d15e2d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -24,5 +24,6 @@
<files>
<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" />
</files>
</package>
+1
View File
@@ -24,5 +24,6 @@
<files>
<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" />
</files>
</package>