Magic Len (Ron Li)
Magic Len (Ron Li)
Sorry, there is no such feature.
Why do you want to do that if you are not using Rust to generate HTML code?
How about using Webpack and the `html-webpack-plugin` plugin? I think it would be a better way to make your pages maintainable.
This crate is more stable now and can be considered to build a standalone tool.
@ioctl-user I would like to know why you didn't want to minify JS and CSS in minified HTML?
@waingro Thanks for your report. But I cannot reproduce your issue. A new version has been released. Would you like to try it out? @khuezy Thanks for your report. I...
> I'm having issues w/ the wildcard purge on latest (0.3.1) > > Command: `/usr/local/bin/nginx-cache-purge purge /data/nginx-cache 1:2 *` > > ``` > error: unexpected argument 'bin' found > ```...
I cannot reproduce that. It is weird. When `key` is `*`, the `remove_all_files_in_directory` function is used. And it does something like `rm -rf cache_path/*`. All files in `cache_path` should be...
@khuezy A new version has been released, introducing the `--exclude-keys` option, which can be set to prevent caches with a specific key pattern from being purged. > On a related...
@khuezy It should remove all caches except for those whose key starts with `/_next/image`.