Update Gruntfile
authorSteve Sutton <ssutton@gmail.com>
Fri, 26 Jun 2015 00:23:36 +0000 (20:23 -0400)
committerSteve Sutton <ssutton@gmail.com>
Fri, 26 Jun 2015 00:23:36 +0000 (20:23 -0400)
Need to use spaces not tabs.
correct spacing for option

root/Gruntfile.js

index 2076d8e..1a5dbf1 100644 (file)
@@ -5,7 +5,7 @@ module.exports = function(grunt) {
     sass: {
       options: {
         includePaths: ['bower_components/foundation/scss']
-       sourceMap: true
+        sourceMap: true
       },
       dist: {
         options: {