From 4fd41b224aa79bd89c1f49c24f5f9ad7b97e5333 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Thu, 29 Jan 2015 23:08:52 +0100 Subject: [PATCH] Replaced " with ' --- src/gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gulpfile.js b/src/gulpfile.js index b2a4411..c480210 100644 --- a/src/gulpfile.js +++ b/src/gulpfile.js @@ -1,6 +1,6 @@ var gulp = require('gulp'), - plugins = require("gulp-load-plugins")(), - paths = {} + plugins = require('gulp-load-plugins')(), + paths = {}; /* Error Handler -------------------------------- */