aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index a851845..f6c71e2 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -107,7 +107,8 @@ module.exports = function(grunt) {
'js/**',
'lib/**',
'images/**',
- 'plugin/**'
+ 'plugin/**',
+ '**.md'
]
},
@@ -129,6 +130,9 @@ module.exports = function(grunt) {
},
html: {
files: [ 'index.html']
+ },
+ markdown: {
+ files: [ './*.md' ]
}
}