NuGet packages do not include .js.map files
Created by: HamsterExAstris
The bootstrap JavaScript files included in the NuGet packages include references to matching .map files at the end; however, the .map files are not included in the package. Chrome therefore tries to download the file from the site using Bootstrap, which will result in a 404.
I will submit a pull request with a fix to the .nuspec files shortly.