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

Commit 87d8f1d

Browse files
Build: string fix
1 parent 013745f commit 87d8f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var config = {
55
htmllint: {
66
dist: {
77
options: {},
8-
src: [ 'demos/*.html' ]
8+
src: [ "demos/*.html" ]
99
}
1010
},
1111
autoprefixer: {

0 commit comments

Comments
 (0)