From 2b55a1873cf9881610ab4926da8a8e1635cdbcc3 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Thu, 11 Feb 2021 18:28:25 +0000 Subject: [PATCH] fix css, oops --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 06af118..71108ff 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ compress: bundle-css: -mkdir -p build/data/web/css $(info bundling css) - $(ESBUILD) esbuild --bundle css/base.css --outfile=build/data/web/css/bundle.css --external:remixicon.css --minify + $(ESBUILD) --bundle css/base.css --outfile=build/data/web/css/bundle.css --external:remixicon.css --minify copy: $(info copying fonts)