Skip to content

Commit

Permalink
perf: minnify css
Browse files Browse the repository at this point in the history
  • Loading branch information
blaberg committed Dec 19, 2024
1 parent 4b01969 commit dfe8ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,111 deletions.
2 changes: 1 addition & 1 deletion cmd/generator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func main() {
}); err != nil {
panic(err)
}
cmd := exec.Command("tailwindcss", "-i", "input.css", "-o", "../../public/output.css")
cmd := exec.Command("tailwindcss", "-i", "input.css", "-o", "../../public/output.css", "-m")
cmd.Dir = "cmd/generator"
if err := cmd.Run(); err != nil {
panic(err)
Expand Down
Loading

0 comments on commit dfe8ceb

Please sign in to comment.