Add sass-mapping to glmTheme - don't forget to disable before Live!
authorLaury GvR <laury@gaslightmedia.com>
Tue, 16 Jun 2015 19:55:51 +0000 (15:55 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 16 Jun 2015 19:55:51 +0000 (15:55 -0400)
root/Gruntfile.js

index 753734c..2076d8e 100644 (file)
@@ -5,10 +5,11 @@ module.exports = function(grunt) {
     sass: {
       options: {
         includePaths: ['bower_components/foundation/scss']
+       sourceMap: true
       },
       dist: {
         options: {
-          outputStyle: 'compressed'
+          outputStyle: 'expanded'
         },
         files: {
           'css/app.css': 'scss/app.scss'