I have a css style sheet file which I have modified as per my style needs. But when the file is bundled using ASP.NET bundling, the changes I made are not reflected in the minified css file.
I have set,
BundleTable.EnableOptimizations = true;
in the BundleConfig.cs file and I can view the minified file in the source view. So no doubts in the file being minified.