In my mvc application, In the _Layout.cshtml has code below...
The following in .chtml solves the problem
@using System.Web.Optimization @Scripts.Render("~/Content/css") @Scripts.Render("~/bundles/modernizr")