From: Steve Sutton Date: Wed, 27 Sep 2017 12:35:49 +0000 (-0400) Subject: Set css to compressed output X-Git-Tag: v1.0.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=6813c5550601d3be088c66effc495bceac672a07;p=WP-Themes%2Fkeweenaw2017.git Set css to compressed output for live site --- 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 */