aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 675adff..87630d5 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -113,9 +113,6 @@ module.exports = function(grunt) {
},
watch: {
- options: {
- livereload: true
- },
js: {
files: [ 'Gruntfile.js', 'js/reveal.js' ],
tasks: 'js'
@@ -129,10 +126,13 @@ module.exports = function(grunt) {
tasks: 'css-core'
},
html: {
- files: [ 'index.html']
+ files: [ '*.html']
},
markdown: {
- files: [ './*.md' ]
+ files: [ '*.md' ]
+ },
+ options: {
+ livereload: true
}
}