minify icon indicating copy to clipboard operation
minify copied to clipboard

Custom minifiers are not applied in "static" mode

Open DmitrySpace opened this issue 3 years ago • 0 comments

This line, written in config.php $min_serveOptions['minifiers'][Minify::TYPE_JS] = 'someCustomMinifier'; has no effect when requesting files in Static mode

That is, the custom minifier for such a request does not work: https://example.com/min/static/0/f=min/quick-test.js

But the minifier works for such a request: https://example.com/min/f=min/quick-test.js

* Naturally, I cleaned the cache, deleted "static" files, it does not help.

Can you please tell me how to make a custom minifier work in Static mode?

DmitrySpace avatar Oct 12 '21 22:10 DmitrySpace