grunt watch slides
This commit is contained in:
parent
f4c05b43a7
commit
28700b8d83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user