grunt watch slides

This commit is contained in:
lesion 2018-07-15 23:31:29 +02:00
parent f4c05b43a7
commit 28700b8d83

View File

@ -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