Hello guys,
Thank you for taking the time to pay attention and help me to solve these questions.
This is the code i'm using for minify my html:
function sanitize_output($buffer) {
require_once ("phpwee-php-minifier/phpwee.php");
return PHPWee\Minify::html($buffer);
}
1º How can I minimize directly on these tags? . An example code i'll be great.
<link rel="stylesheet" href="css/style1.css">
<link rel="stylesheet" href="css/style2.css">
2º it possible to merge style1.css and style2.css in a single file/call?
Greetings!
Hello guys,
Thank you for taking the time to pay attention and help me to solve these questions.
This is the code i'm using for minify my html:
1º How can I minimize directly on these tags? . An example code i'll be great.
2º it possible to merge style1.css and style2.css in a single file/call?
Greetings!