From 4e51591c965d2ed435b625e9a8e03e2fa17c2ea4 Mon Sep 17 00:00:00 2001 From: Joe Bruno Date: Wed, 2 Dec 2015 12:36:37 -0500 Subject: [PATCH] Forgot a comma ... --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 335f0d6..adb4c10 100644 --- a/index.js +++ b/index.js @@ -69,7 +69,7 @@ var gulpSass = function gulpSass(options, sync) { sassMapFile, sassFileSrc, sassFileSrcPath, - sourceFileIndex + sourceFileIndex, filteredSources; // Build Source Maps!