From 03083c070f1c4aa1bb765e541d6df77c2c5122f8 Mon Sep 17 00:00:00 2001 From: Sean Newell Date: Fri, 10 Mar 2017 09:13:58 -0600 Subject: [PATCH] Removed sneaky tabs --- src/gulpfile.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/gulpfile.js b/src/gulpfile.js index c5b6a738..2306ecaf 100644 --- a/src/gulpfile.js +++ b/src/gulpfile.js @@ -189,7 +189,7 @@ gulp.task('chat-styles-handlebars', function() { fs.readdir(config.chatStylesPath, function(err, list) { if(err) { throw err; - } + } list.filter(function(path) { return fs.lstatSync(config.chatStylesPath + "/" + path).isDirectory(); @@ -212,8 +212,8 @@ gulp.task('chat-styles-handlebars', function() { gulp.task('chat-styles-js', function() { fs.readdir(config.chatStylesPath, function(err, list) { if(err) { - throw err; - } + throw err; + } list.filter(function(path) { return fs.lstatSync(config.chatStylesPath + "/" + path).isDirectory(); @@ -230,8 +230,8 @@ gulp.task('chat-styles-js', function() { gulp.task('page-styles', function() { fs.readdir(config.pageStylesPath, function(err, list) { if(err) { - throw err; - } + throw err; + } list.filter(function(path) { return fs.lstatSync(config.pageStylesPath + "/" + path).isDirectory();