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

fix mixed indentation

parent f772c7eb
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,8 @@ module.exports = function(grunt) {
options: {
port: port,
base: '.',
livereload: true,
open: true
livereload: true,
open: true
}
}
},
......@@ -110,9 +110,9 @@ module.exports = function(grunt) {
},
watch: {
options: {
livereload: true
},
options: {
livereload: true
},
js: {
files: [ 'Gruntfile.js', 'js/reveal.js' ],
tasks: 'js'
......@@ -125,9 +125,9 @@ module.exports = function(grunt) {
files: [ 'css/reveal.scss' ],
tasks: 'css-core'
},
html: {
files: [ 'index.html']
}
html: {
files: [ 'index.html']
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment