From 8fa6130008535f316ff3bd83c954011c85e8f02e Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Mon, 19 Aug 2019 12:21:00 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Workaround=20for=20jekyll-assets?= =?UTF-8?q?=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/envygeeks/jekyll-assets/issues/575 --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index f2d21a5..430b434 100644 --- a/_config.yml +++ b/_config.yml @@ -69,6 +69,9 @@ kramdown: sass: style: :expanded # You might prefer to minify using :compressed +assets: + compression: false + # Use the following plug-ins plugins: - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem