matthiasmullie / minify

CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
https://matthiasmullie.github.io/minify/
MIT License
1.96k stars 310 forks source link

Class 'MatthiasMullie\Minify\CSS' not found #398

Closed hobodi closed 1 year ago

hobodi commented 1 year ago

Hi, we enabled our pagespeed module after a while and got the following error:

Array ( [type] => 1 [message] => Class 'MatthiasMullie\Minify\CSS' not found [file] => /var/www/clients/client2/web21/web/app/code/local/MageAssist/Pagespeed/Model/MatthiasMullie/Minify/CSS.php [line] => 3 )

I don´t know what happened but until we disabeld the module everything works fine. Can someone help us please?

matthiasmullie commented 1 year ago

Can you please elaborate about what that pagespeed module is?

hobodi commented 1 year ago

Hi Matthias, we fixed it. We had an issue with a patch for the autoloader. So we can close this ticket, thx.