I have my bundle
@Styles.Render("~/Content/css")
And it just stopped working, it does not render anything
The bundle is being registered in global.asax
BundleConfig.RegisterBundles(BundleTable.Bundles);
And when you disable EnableOptimizations
BundleTable.EnableOptimizations = false;
It renders css, but does not merge