From fcaf61dd344b7ab09feb92d4f1611453ea189320 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 30 Sep 2020 12:35:57 -0600 Subject: [PATCH] Create CSS bundler script --- css-bundler.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 css-bundler.sh diff --git a/css-bundler.sh b/css-bundler.sh new file mode 100644 index 0000000..26c17cc --- /dev/null +++ b/css-bundler.sh @@ -0,0 +1,5 @@ +#!/bin/sh +# The command I use to shrink the CSS is so long, I saved it here +purifycss ./css/bootstrap.css ./css/gsdk-main.css ./css/gsdk-demo.css ./css/millironx_customstyles.css \ + ./*.html ./_layouts/*.html ./js/jquery.fittext.js ./js/MillironX_CustomScripts.js \ + --min --out ./css/bundle.css --whitelist collapsing