From f718ba2411b7caa18872724d5d3edb95e844337d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 3 Nov 2022 21:36:58 +0100 Subject: Unify some of the styles --- Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1bd84a3..d662747 100755 --- a/Makefile +++ b/Makefile @@ -6,16 +6,14 @@ dev-server: openring hugo server --bind=0.0.0.0 --buildDrafts tailwind-watch: - npx tailwindcss \ + npx tailwindcss --jit --minify --watch \ -i ./themes/simple/static/css/tailwind.css \ - -o ./static/general/index.css \ - --jit --minify --watch + -o ./static/general/index.css tailwind-build: - npx tailwindcss \ + npx tailwindcss --jit --minify \ -i ./themes/simple/static/css/tailwind.css \ - -o ./static/general/index.css \ - --jit --minify + -o ./static/general/index.css deploy: openring tailwind-build hugo --gc --minify -- cgit v1.2.3