aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorjzgdev <jzg.dev@gmail.com>2015-07-01 22:51:01 -0700
committerjzgdev <jzg.dev@gmail.com>2015-07-01 22:51:01 -0700
commitcee64858dd0e0bb4aed195f04dc6d74b2980cdfa (patch)
tree197d35aa2cfefec767a30972a2188b8a60bfc832 /Gruntfile.js
parent7225d84248466b713c3a00c5e6cca40cf868bfe6 (diff)
downloadfreenode-live-2017-presentation-cee64858dd0e0bb4aed195f04dc6d74b2980cdfa.tar
freenode-live-2017-presentation-cee64858dd0e0bb4aed195f04dc6d74b2980cdfa.tar.gz
Gruntfile.js: watch tasks restructured
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 a851845..8be2929 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -112,9 +112,6 @@ module.exports = function(grunt) {
},
watch: {
- options: {
- livereload: true
- },
js: {
files: [ 'Gruntfile.js', 'js/reveal.js' ],
tasks: 'js'
@@ -129,6 +126,9 @@ module.exports = function(grunt) {
},
html: {
files: [ 'index.html']
+ },
+ options: {
+ livereload: true
}
}