Gruntfile.js: watch tasks restructured
This commit is contained in:
parent
7225d84248
commit
cee64858dd
1 changed files with 3 additions and 3 deletions
|
@ -112,9 +112,6 @@ module.exports = function(grunt) {
|
||||||
},
|
},
|
||||||
|
|
||||||
watch: {
|
watch: {
|
||||||
options: {
|
|
||||||
livereload: true
|
|
||||||
},
|
|
||||||
js: {
|
js: {
|
||||||
files: [ 'Gruntfile.js', 'js/reveal.js' ],
|
files: [ 'Gruntfile.js', 'js/reveal.js' ],
|
||||||
tasks: 'js'
|
tasks: 'js'
|
||||||
|
@ -129,6 +126,9 @@ module.exports = function(grunt) {
|
||||||
},
|
},
|
||||||
html: {
|
html: {
|
||||||
files: [ 'index.html']
|
files: [ 'index.html']
|
||||||
|
},
|
||||||
|
options: {
|
||||||
|
livereload: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue