From 83fbd7f5ce6b353822ca0334825ff0f1098ae223 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 2 Jul 2015 09:46:01 -0400 Subject: [PATCH] Need comma --- root/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/Gruntfile.js b/root/Gruntfile.js index 1a5dbf1..4c513e7 100644 --- a/root/Gruntfile.js +++ b/root/Gruntfile.js @@ -4,7 +4,7 @@ module.exports = function(grunt) { sass: { options: { - includePaths: ['bower_components/foundation/scss'] + includePaths: ['bower_components/foundation/scss'], sourceMap: true }, dist: { -- 2.17.1