SymfonyCasts / tailwind-bundle

Delightful Tailwind Support for Symfony + AssetMapper
https://symfony.com/bundles/TailwindBundle/current/index.html
MIT License
83 stars 20 forks source link

feat: add --minify option #21

Closed Kocal closed 1 year ago

Kocal commented 1 year ago

Hi, this PR implements the --minify option of the standalone Tailwind binary.

Even if the AssetMapper documentation says that we can auto-minify generated assets by Cloudflare (or other CDNs), I think it's nice to have the possibility to minify Tailwind's output CSS file if we are not using any CDN.

weaverryan commented 1 year ago

Thanks Hugo!