forked from d0c/autodifesa-digitale-parte-1
grunt watch slides
This commit is contained in:
parent
f4c05b43a7
commit
28700b8d83
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ module.exports = function(grunt) {
|
||||||
files: root.map(path => path + '/*.html')
|
files: root.map(path => path + '/*.html')
|
||||||
},
|
},
|
||||||
markdown: {
|
markdown: {
|
||||||
files: root.map(path => path + '/*.md')
|
files: root.map(path => path + '/slides/*.md')
|
||||||
},
|
},
|
||||||
options: {
|
options: {
|
||||||
livereload: true
|
livereload: true
|
||||||
|
|
Loading…
Reference in a new issue