Skip to content
Snippets Groups Projects
Commit b7fcd71c authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

Merge branch 'live-reload' of https://github.com/danielwegener/reveal.js into dev

parents 7055c54b 5c1497e8
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,9 @@ module.exports = function(grunt) {
server: {
options: {
port: port,
base: '.'
base: '.',
livereload: true,
open: true
}
}
},
......@@ -97,6 +99,9 @@ module.exports = function(grunt) {
},
watch: {
options: {
livereload: true
},
main: {
files: [ 'Gruntfile.js', 'js/reveal.js', 'css/reveal.css' ],
tasks: 'default'
......@@ -104,7 +109,10 @@ module.exports = function(grunt) {
theme: {
files: [ 'css/theme/source/*.scss', 'css/theme/template/*.scss' ],
tasks: 'themes'
}
},
html: {
files: [ 'index.html']
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment