]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: fix indentation
authorDaniel Ruf <daniel@daniel-ruf.de>
Mon, 2 Apr 2018 22:10:43 +0000 (00:10 +0200)
committerDaniel Ruf <daniel@daniel-ruf.de>
Mon, 2 Apr 2018 22:10:43 +0000 (00:10 +0200)
gulp/tasks/docs.js

index 59b42cc1d95b0001eb0b3df5cb4f94acab8478f1..5c53b851c91401c509a08a3e50c66f4345949f5d 100644 (file)
@@ -52,8 +52,8 @@ gulp.task('docs', function() {
     .pipe(supercollider.init())
     .pipe(panini(PANINI_CONFIG))
     .pipe(cacheBust({
-               basePath: '_build/'
-       }))
+        basePath: '_build/'
+    }))
     .pipe(gulp.dest('_build'))
     .on('finish', buildSearch);
 });
@@ -65,8 +65,8 @@ gulp.task('docs:all', function() {
     .pipe(supercollider.init())
     .pipe(panini(PANINI_CONFIG))
     .pipe(cacheBust({
-               basePath: '_build/'
-       }))
+        basePath: '_build/'
+    }))
     .pipe(gulp.dest('_build'))
     .on('finish', buildSearch);
 });