Is there a way to get VS Web Essentials to generate .map files for minimized .css files? He will do this for less generated .css files, but I did not understand how to do this for regular .css mini files.
Obviously, I could rename the .css files as .less and let Web Essentials restore them, but my actual problem is that I am collecting the .css files. The .css file generated by the package does not have a .map file, and for some reason, one of my linked .js scripts is trying to load a nonexistent .css.map file. When the browser cannot find it, the rest of the script will be omitted.
source share