commit | 2cc5ac980ebd174d4d76ee1456a4162774639f48 | [log] [tgz] |
---|---|---|
author | Garret Kelly <gdk@google.com> | Mon Jul 20 15:58:10 2020 -0400 |
committer | Garret Kelly <Garret.Kelly@gmail.com> | Thu Jul 23 13:30:52 2020 -0400 |
tree | 4a2010d24a7baf45032b1d16acd09ecbb0b34641 | |
parent | e9aa88f48c7bdd0c0341841c90b9c849f9b0d3b9 [diff] |
site/landing: Don't minify when serving locally There's a bug in hugo that prevents the minifier from working with our SVGs, it ends up corrupting them. Disable it when serving locally, as it's already disabled when deploying. Signed-off-by: Garret Kelly <gdk@google.com>
diff --git a/site/landing/serve.sh b/site/landing/serve.sh index 371cb37..30457a7 100755 --- a/site/landing/serve.sh +++ b/site/landing/serve.sh
@@ -5,4 +5,4 @@ set -e -hugo --minify -D server +hugo -D server