From: Laury GvR Date: Tue, 16 Jun 2015 19:55:51 +0000 (-0400) Subject: Add sass-mapping to glmTheme - don't forget to disable before Live! X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=64fd945e1c6c945a500eaa46b923ded290eb9a7b;p=web%2FGruntInit%2FglmTheme.git Add sass-mapping to glmTheme - don't forget to disable before Live! --- 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'