I'm missing something here I presume. This thread started as a different kind of problem -- this here is the, ahem, cascade from that one (see my post in the CSS/HTML forum).
The issue revolves around .min files (in particular a min.css) not being updated/created.
in VS2013. I've enableoptimizations set to true. For good measure I've got debug set to false too.
<div>Try as I might I can't get the min file to generate/create. My original issue was that the min wouldn't _re_generate after making changes to the debug version CSS.</div> <div>Whatever it is, its consistent.</div> <div></div> <div>I thought maybe bundle.config needed to include the min name (in order to know to create it) ala: <include path="~/Content/bootstrap.min.css" />. uh uh.</div>Then: maybe it needs to be rendered:<% styles.render("~/Content/css") %> uh uh.
As I said, I presume I'm missing something. Does anyone know what that is? thanks.