forked from external-repos/pa11y-dashboard
Rename the compiled site CSS
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -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]-->
|
||||
|
Reference in New Issue
Block a user