schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs and SSR.
https://jasprpad.schultek.de
MIT License
996 stars 59 forks source link

add minify option to tailwind #247

Open siesdart opened 1 week ago

siesdart commented 1 week ago

Description

Currently in jaspr_tailwind CSS is compiled without any compression. I feel this part is not very desirable for production. Therefore, I tried adding the --minify option to the CLI so that tailwind undergoes a minification process when compiling CSS. Also, in this pull request, the --minify option was simply added, but I think it would be good to add it only when jaspr build, so I am suggesting this.

Type of Change

Ready Checklist

github-actions[bot] commented 1 week ago

Package Version Report

The following packages have been updated: jaspr_tailwind : 0.2.0 -> 0.2.1