Compress
Compress copied to clipboard
Compress 🗜️
Be able to use `@playform/compress` from the CLI like so: **package.json**: ```json { "scripts": { "Compress": "Compress Target/**/*", }, "dependencies": { "@playform/compress": "*" } } ``` or ```sh pnpx @playform/compress...
As the title states, it'd be nice to handle all optimisations from within this tool
Be able to load the configuration in: https://github.com/PlayForm/Compress/blob/Current/Source/Variable/Option.ts https://github.com/PlayForm/Compress/blob/e2db6b96acde1616c41efdbfb24dfe5f0d223cc5/Source/Function/Integration.ts#L18-L31 from a `Compress.json` file like so: ```json { "Action": {}, "Cache": false, "CSS": {}, "Exclude": [] } ``` or a `Compress.js`...
Currently astro's csp generator is missing lots of hashes, is there any ways to intergrate csp hashes adding with this post processing tool after html minifier compresses its output? (html...
Almost none of the users using compress needs to use all compressors, installing everything will slow down ci speed and waste disk spaces, since it's a breaking change you'd better...
html-minifier-next is a maintained fork of html-minifier-teaser