Nikola Hristov
Nikola Hristov
`"rome.exclude"` would be nice. ```json "rome.exclude": { "app/project1": true, "app/project2": true, }, ``` Since they are include all by default.
It's been on my backlog for a couple of months now, but `CSSO` offers structural optimizations as well as minification and that's why I haven't implemented it yet.
@kurtextrem Fixed in the latest `astro-compress` [v2.2.24](https://github.com/PlayForm/Compress/releases/tag/AstroCompress%2Fv2.2.24) and `@playform/compress` [v0.0.6](https://github.com/PlayForm/Compress/releases/tag/Compress%2Fv0.0.6) Can you give it a go ?
Hi, I have tested it before, but got about the same build times. You can try it out at https://github.com/astro-community/astro-compress/tree/minify-html to see if you have better results. If you have...
Yeah the rust minification is cool, there aren't many libraries that support HTML minification, but the npm package uses a binding which is slower than the cli.
It's not released yet, expect in the next version `v2.3.0`.
@hamatoyogi @jugoetz @JojokCreator https://github.com/Playform/AstroCompress/issues/316#issuecomment-2015148990 Fixed in [v2.2.17](https://github.com/Playform/AstroCompress/releases/tag/v2.2.17)
@J05HI Fixed in the latest `astro-compress` [v2.2.24](https://github.com/PlayForm/Compress/releases/tag/AstroCompress%2Fv2.2.24) and `@playform/compress` [v0.0.6](https://github.com/PlayForm/Compress/releases/tag/Compress%2Fv0.0.6) Can you give it a go ?
@kristianfrost `free()` was fixed in `v2.2.19` https://github.com/Playform/AstroCompress/releases/tag/v2.2.19, see: https://github.com/Playform/AstroCompress/issues/319#issuecomment-2021561377 It was due to the cache being enabled by default in `libvips`. It's now disabled on: https://github.com/Playform/AstroCompress/blob/e8c520555379452c6581839b854fe864feb3daa2/Source/Function/Integration.ts#L260 `munmap_chunk(): invalid pointer` I'm...
Like in https://github.com/Playform/AstroCompress/issues/319 can you share an image so we can debug this further ? @kristianfrost