From 453655db4c66e10382895ae90e208294be83aa04 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 29 Jan 2022 18:13:06 +0100 Subject: [PATCH] feat: minify prod css --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0867661..20d745a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "email": "team@vikunja.io" }, "scripts": { - "prod": "tailwindcss -i src/style.css -o static/css/styles.css", + "prod": "tailwindcss -i src/style.css -o static/css/styles.css --minify", "watch": "tailwindcss -i src/style.css -o static/css/styles.css --watch", "clean": "rm -rf dist && mkdir dist", "release": "tar -czvf dist/vikunja-theme.tar.gz archetypes layouts static LICENSE README.md theme.toml"