mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Rename the compiled site CSS
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = function (grunt) {
|
|||||||
cleancss: true
|
cleancss: true
|
||||||
},
|
},
|
||||||
files: {
|
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. -->
|
<!-- For mobile devices. -->
|
||||||
<meta name="viewport" content="width=device-width"/>
|
<meta name="viewport" content="width=device-width"/>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/main.css"/>
|
<link rel="stylesheet" href="/css/site.min.css"/>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<!--[if IE 7]><body class="ie7"><![endif]-->
|
<!--[if IE 7]><body class="ie7"><![endif]-->
|
||||||
|
Reference in New Issue
Block a user