mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-28 10:24:19 +01:00
Include JavaScript map files in NuGet packages (#25080)
This commit is contained in:
parent
7adaa2f6ef
commit
daf9d15e2d
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user