Tuesday, 20 August 2013

Unable to get Twitter.Bootstrap.Mvc4.sample working in empty MVC4 project

Unable to get Twitter.Bootstrap.Mvc4.sample working in empty MVC4 project

I've installed Twitter.Bootstrap.MVC4 into an Asp.Net MVC Empty project
template and when I start the application there are issues with the style
sheets. It looks to me like they aren't linked in. Screen grab below.

And the head section is below
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link
href="/content/css?v=o7EqNjjD8FotmTy6On6adamUxH559LswOFRclfNrDPM1"
rel="stylesheet"/>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/scripts/html5shiv.js"></script>
<![endif]-->
</head>

No comments:

Post a Comment