I have a ASP.NET MVC project in Visual Studio 2013.
I would like to automatically insert the content of a minified CSS stylesheet (minified using Web Essentials VS extension) into a style tag on an MVC layout page when building the project.
EDIT - This is for reducing render blocking effects above the fold for first time load (see Optimize CSS Delivery)
How can I do this?