From f258d4ca07f526652266d846a9e4e98334dd04c1 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 14 Jan 2018 14:54:20 -0800 Subject: [PATCH] stop inlining unminified css --- bin/build-sass.js | 4 +- templates/2xx.html | 134 +-------------------------------------------- 2 files changed, 4 insertions(+), 134 deletions(-) diff --git a/bin/build-sass.js b/bin/build-sass.js index 9d78a282..1d0d357c 100755 --- a/bin/build-sass.js +++ b/bin/build-sass.js @@ -36,8 +36,8 @@ function doWatch() { async function compileGlobalSass() { let results = await Promise.all([ - render({file: defaultThemeScss, outputStyle: argv.watch ? 'nested': 'compressed'}), - render({file: globalScss, outputStyle: argv.watch ? 'nested': 'compressed'}) + render({file: defaultThemeScss, outputStyle: 'compressed'}), + render({file: globalScss, outputStyle: 'compressed'}) ]) let css = results.map(_ => _.css).join('') diff --git a/templates/2xx.html b/templates/2xx.html index f809c4a0..177da0d2 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -16,138 +16,8 @@