From fad1b4dacd2413ba08dfed56a19687d9d1bebce5 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sun, 14 Feb 2021 21:53:33 -0500 Subject: [PATCH] Move un-minified index to index-raw --- convert | 2 +- index.html => index-raw.html | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename index.html => index-raw.html (100%) diff --git a/convert b/convert index 7252a0a..23c9457 100755 --- a/convert +++ b/convert @@ -10,5 +10,5 @@ find . -type f -name 'lightcards**' -not -name '*min*' | \ rm ${i}.html done -minify index.html > index.min.html +minify index-raw.html > index.html rm lightcards.1 lightcards-config.5 diff --git a/index.html b/index-raw.html similarity index 100% rename from index.html rename to index-raw.html -- 2.39.2