From 8ac4fc60254d9f8a4f2e04f87ea0e90922afd52d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 25 Jun 2015 20:23:36 -0400 Subject: [PATCH] Update Gruntfile Need to use spaces not tabs. correct spacing for option --- root/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/Gruntfile.js b/root/Gruntfile.js index 2076d8e..1a5dbf1 100644 --- a/root/Gruntfile.js +++ b/root/Gruntfile.js @@ -5,7 +5,7 @@ module.exports = function(grunt) { sass: { options: { includePaths: ['bower_components/foundation/scss'] - sourceMap: true + sourceMap: true }, dist: { options: { -- 2.17.1