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.
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.