Set css to compressed output
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 27 Sep 2017 12:35:49 +0000 (08:35 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 27 Sep 2017 12:35:49 +0000 (08:35 -0400)
for live site

Gruntfile.js
style.css

index 4c513e7..59fa2ef 100644 (file)
@@ -9,7 +9,7 @@ module.exports = function(grunt) {
       },
       dist: {
         options: {
-          outputStyle: 'expanded'
+          outputStyle: 'compressed'
         },
         files: {
           'css/app.css': 'scss/app.scss'
index 4f7e3ea..8cc3f0c 100644 (file)
--- 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
 */