diff --git a/Gruntfile.js b/Gruntfile.js index a17de4df5acbc20ca5f16a57616dbbb4cc7f353f..f6c71e29eab67f08e302bae50c419d30367c2334 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -108,7 +108,7 @@ module.exports = function(grunt) { 'lib/**', 'images/**', 'plugin/**', - '**.md' + '**.md' ] }, @@ -131,9 +131,9 @@ module.exports = function(grunt) { html: { files: [ 'index.html'] }, - markdown: { - files: [ './*.md' ] - } + markdown: { + files: [ './*.md' ] + } } });