aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 675adff..5b11c2b 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'
@@ -133,6 +130,9 @@ module.exports = function(grunt) {
},
markdown: {
files: [ './*.md' ]
+ },
+ options: {
+ livereload: true
}
}