When I started using Fiddler, I began to notice that my ASP.NET MVC application now makes requests for CSS map files.
Does anyone know how I can stop this. Here is the configuration of my package:
bundles.Add(new StyleBundle("~/bundles/css").Include( "~/Content/css/*.css" ));
I think it is looking for a .map file, for example
bootstrap-theme.css.map bootstrap.css.map
There is more information about the map here.
Source: https://habr.com/ru/post/1535777/More articles:Uncaught TypeError: Unable to read 'offsetWidth' property from null - javascriptAmazon Kinesis NodeJS - putRecord action expires - node.jstornado, what is the difference between @ web.asynchronous @ gen.coroutine VS @ gen.corutine - asynchronousPHP.INI: Relative Ways? - phpHow to get midi file type (0/1/2) in java? - javaGet the optimal local / global workgroup size in OpenCL? - c ++Ядро OpenCL работает очень плохо? - performanceDock header above container div - javascriptCombining each row from two arrays into one - pythonHow to move a marker in a straight line between two coordinates in Mapbox.js - javascriptAll Articles