Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 780fdf6

Browse files
Build: minor lint updates
1 parent 87d8f1d commit 780fdf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var config = {
5050
}
5151
},
5252
csslint: {
53-
src: [ "dist/css/chassis.lint.css", "dist/css/chassis.lint.css" ]
53+
src: [ "dist/css/chassis.lint.css", "dist/css/chassis.lint.css", "demos/demos.css" ]
5454
},
5555
jscs: {
5656
all: [ "*.js", "performance/**/*.js" ]

demos/typography.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<meta http-equiv="x-ua-compatible" content="ie=edge">
5+
<meta content="ie=edge">
66
<title>CSS Chasis - Typography</title>
77
<meta name="description" content="Typography skeleton for styling">
88
<meta name="viewport" content="width=device-width, initial-scale=1">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"grunt-csscomb": "3.0.0",
6060
"grunt-git-authors": "2.0.0",
6161
"grunt-html": "1.6.0",
62-
"grunt-htmllint": "^0.2.7",
62+
"grunt-htmllint": "0.2.7",
6363
"grunt-jscs": "0.6.2",
6464
"grunt-npmcopy": "0.1.0",
6565
"grunt-sass": "0.18.1",

0 commit comments

Comments
 (0)