mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-07 15:16:37 +02:00
Gruntfile.js: watch tasks restructured
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user