]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Include JavaScript map files in NuGet packages (#25080)
authorAndrew Timson <HamsterExAstris@users.noreply.github.com>
Sat, 30 Dec 2017 15:33:28 +0000 (10:33 -0500)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 30 Dec 2017 15:33:28 +0000 (17:33 +0200)
nuget/bootstrap.nuspec
nuget/bootstrap.sass.nuspec

index 9a35564ee43c5b9fdb3844637538bfe1b0f16f2c..3155d099b8cc30f0437f52f98d38a655e6089acd 100644 (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>
index 38b6e3ccbee96fb96fc13d221d72fb568a5f1f1b..64c19cdb2f0bd440024e4b9c9de6ea78673aa83b 100644 (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>