From 64fd945e1c6c945a500eaa46b923ded290eb9a7b Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 16 Jun 2015 15:55:51 -0400 Subject: [PATCH] Add sass-mapping to glmTheme - don't forget to disable before Live! --- root/Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/Gruntfile.js b/root/Gruntfile.js index 753734c..2076d8e 100644 --- a/root/Gruntfile.js +++ b/root/Gruntfile.js @@ -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' -- 2.17.1