Browse Source

grunt watch slides

lesion 5 years ago
parent
commit
28700b8d83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -139,7 +139,7 @@ module.exports = function(grunt) {
 				files: root.map(path => path + '/*.html')
 			},
 			markdown: {
-				files: root.map(path => path + '/*.md')
+				files: root.map(path => path + '/slides/*.md')
 			},
 			options: {
 				livereload: true