We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
amp-toolbox/packages/optimizer/lib/transformers/MinifyHtml.js
Line 41 in bf9cdb0
Seems opts.minify will always result to true, regardless of what is passed into config variable.
opts.minify
The text was updated successfully, but these errors were encountered:
Fix: MinifyHtml cannot be disabled
f059dc4
Fixes #845
Fix: MinifyHtml cannot be disabled (#846)
39b4a90
Published in https://github.com/ampproject/amp-toolbox/releases/tag/v2.5.4
Sorry, something went wrong.
546102c
Successfully merging a pull request may close this issue.
amp-toolbox/packages/optimizer/lib/transformers/MinifyHtml.js
Line 41 in bf9cdb0
Seems
opts.minify
will always result to true, regardless of what is passed into config variable.The text was updated successfully, but these errors were encountered: