Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom minifiers are not applied in "static" mode #691

Open
DmitrySpace opened this issue Oct 12, 2021 · 0 comments
Open

Custom minifiers are not applied in "static" mode #691

DmitrySpace opened this issue Oct 12, 2021 · 0 comments

Comments

@DmitrySpace
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant