Rename the compiled site CSS

This commit is contained in:
Rowan Manning
2013-11-05 11:55:44 +00:00
parent 3bc9106942
commit a8b1a2c09d
3 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ module.exports = function (grunt) {
cleancss: true
},
files: {
'public/css/main.css': 'public/less/main.less'
'public/css/site.min.css': 'public/less/main.less'
}
}
},

View File

@@ -14,7 +14,7 @@
<!-- For mobile devices. -->
<meta name="viewport" content="width=device-width"/>
<link rel="stylesheet" href="/css/main.css"/>
<link rel="stylesheet" href="/css/site.min.css"/>
</head>
<!--[if IE 7]><body class="ie7"><![endif]-->