You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: