mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-17 03:54:16 +02:00
Fix watching for markdown files
`./*.md` didn't work `*.md` does work
This commit is contained in:
@@ -132,7 +132,7 @@ module.exports = function(grunt) {
|
|||||||
files: [ 'index.html']
|
files: [ 'index.html']
|
||||||
},
|
},
|
||||||
markdown: {
|
markdown: {
|
||||||
files: [ './*.md' ]
|
files: [ '*.md' ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user