From 6813c5550601d3be088c66effc495bceac672a07 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 27 Sep 2017 08:35:49 -0400 Subject: [PATCH] Set css to compressed output for live site --- Gruntfile.js | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 4c513e7..59fa2ef 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -9,7 +9,7 @@ module.exports = function(grunt) { }, dist: { options: { - outputStyle: 'expanded' + outputStyle: 'compressed' }, files: { 'css/app.css': 'scss/app.scss' diff --git a/style.css b/style.css index 4f7e3ea..8cc3f0c 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: keweenaw2017 Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for keweenaw -Version: 1.0.0 +Version: 1.0.1 */ -- 2.17.1