Browse Source

grunt watch slides

lesion 5 năm trước cách đây
mục cha
commit
28700b8d83
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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