mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 08:34:08 +02:00
Include JavaScript map files in NuGet packages (#25080)
This commit is contained in:
@@ -24,5 +24,6 @@
|
|||||||
<files>
|
<files>
|
||||||
<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" />
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
|
@@ -24,5 +24,6 @@
|
|||||||
<files>
|
<files>
|
||||||
<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" />
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
|
Reference in New Issue
Block a user