aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-02-25 15:35:30 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-02-25 15:35:30 +0100
commitbf8a6271d4dfc7cd6e68e01583c927b5f5730d62 (patch)
tree2d4ee21d3ef260d1f56f63b7f57348297726006a /Gruntfile.js
parentf772c7eb508cb1373d509d8cfea3b89984290ae9 (diff)
downloadfreenode-live-2017-presentation-bf8a6271d4dfc7cd6e68e01583c927b5f5730d62.tar
freenode-live-2017-presentation-bf8a6271d4dfc7cd6e68e01583c927b5f5730d62.tar.gz
fix mixed indentation
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 3b9f98e..46385f4 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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']
+ }
}
});