Gruntify stylesheets
This commit is contained in:
parent
9b49d5843f
commit
9708efd7d1
4 changed files with 5 additions and 4796 deletions
|
@ -9,7 +9,7 @@ module.exports = function(grunt) {
|
|||
all: [
|
||||
'Gruntfile.js',
|
||||
'assets/js/*.js',
|
||||
'assets/js/plugins/*.js',
|
||||
'!assets/js/plugins/*.js',
|
||||
'!assets/js/scripts.min.js'
|
||||
]
|
||||
},
|
||||
|
@ -22,6 +22,9 @@ module.exports = function(grunt) {
|
|||
files: {
|
||||
'assets/css/main.min.css': [
|
||||
'assets/less/main.less'
|
||||
],
|
||||
'assets/css/ie.min.css': [
|
||||
'assets/less/ie.less'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<link rel="stylesheet" href="{{ site.url }}/assets/css/main.min.css">
|
||||
|
||||
<!--[if (lt IE 9) & (!IEMobile)]>
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/ie.css">
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/ie.min.css">
|
||||
<![endif]-->
|
||||
|
||||
<meta http-equiv="cleartype" content="on">
|
||||
|
|
1725
assets/css/ie.css
1725
assets/css/ie.css
File diff suppressed because it is too large
Load diff
3069
assets/css/main.css
3069
assets/css/main.css
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue