aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index b8919bd..09e797f 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
}
}