mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-17 12:01:15 +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']
|
||||
},
|
||||
markdown: {
|
||||
files: [ './*.md' ]
|
||||
files: [ '*.md' ]
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user