There was an error while loading. Please reload this page.
1 parent 2a75779 commit 596f3d3Copy full SHA for 596f3d3
1 file changed
Gruntfile.js
@@ -108,7 +108,7 @@ module.exports = function(grunt) {
108
'lib/**',
109
'images/**',
110
'plugin/**',
111
- '**.md'
+ '**.md'
112
]
113
},
114
@@ -131,9 +131,9 @@ module.exports = function(grunt) {
131
html: {
132
files: [ 'index.html']
133
134
- markdown: {
135
- files: [ './*.md' ]
136
- }
+ markdown: {
+ files: [ './*.md' ]
+ }
137
}
138
139
});
0 commit comments