diff --git a/frontend/Trunk.toml b/frontend/Trunk.toml index f2df385..da65ecb 100644 --- a/frontend/Trunk.toml +++ b/frontend/Trunk.toml @@ -1,7 +1,7 @@ [[hooks]] stage = "build" command = "tailwindcss" -command_arguments = ["-i","input.css","-o","public/styles.css"] +command_arguments = ["-i","input.css","-o","public/styles.css","--minify"] [serve] address = "0.0.0.0"