Hi, first off thanks for the extension!
Right now there's no way to switch minification off. It would be handy to disable it in certain environments, e.g. on Development, where minified HTML makes the source view harder to read, while keeping it active on Testing/Staging/Production.
Happy to open a PR for this: a simple disabled extension config flag that short-circuits the MinifyService, plus a README note on toggling it per context via AdditionalConfiguration.php.
Hi, first off thanks for the extension!
Right now there's no way to switch minification off. It would be handy to disable it in certain environments, e.g. on Development, where minified HTML makes the source view harder to read, while keeping it active on Testing/Staging/Production.
Happy to open a PR for this: a simple
disabledextension config flag that short-circuits theMinifyService, plus a README note on toggling it per context viaAdditionalConfiguration.php.