diff --git a/Gruntfile.js b/Gruntfile.js index 5b11c2b..09e797f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -129,7 +129,7 @@ module.exports = function(grunt) { files: [ 'index.html'] }, markdown: { - files: [ './*.md' ] + files: [ '*.md' ] }, options: { livereload: true