Skip to content

Commit

Permalink
modified the HTML used in the page layout to use the external stylesh…
Browse files Browse the repository at this point in the history
…eet created by Sass instead of the Less one (removed the JS file responsible for the Less to CSS conversion).
  • Loading branch information
peterkeating committed Dec 10, 2012
1 parent d4db516 commit 67e854e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion DotnetMvcBoilerplate/DotnetMvcBoilerplate.csproj
Expand Up @@ -155,7 +155,6 @@
<Content Include="js\libs\jquery.form.js" />
<Content Include="js\libs\jquery.validate.js" />
<Content Include="js\libs\jquery.validate.unobtrusive.js" />
<Content Include="js\libs\less-1.3.0.min.js" />
<Content Include="Views\Shared\_Page.cshtml" />
<Content Include="Views\Login\Index.cshtml" />
<Content Include="Views\Install\Index.cshtml" />
Expand Down
5 changes: 1 addition & 4 deletions DotnetMvcBoilerplate/Views/Shared/_Page.cshtml
Expand Up @@ -13,12 +13,9 @@

<meta name="viewport" content="width=device-width">

<link rel="stylesheet" href="/css/normalize.css" />
<link rel="stylesheet/less" href="/css/less/master.less" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/styles.css" />

<script src="/js/libs/modernizr-2.5.3.min.js"></script>
<script src="/js/libs/less-1.3.0.min.js"></script>
</head>
<body>

Expand Down

0 comments on commit 67e854e

Please sign in to comment.