dpfaffenbauer / pimcore-minify

Abandond - Pimcore Plugin to Minify CSS and JS
BSD 2-Clause "Simplified" License
3 stars 1 forks source link

Require /Minify/vendor/autoload.php not found #5

Closed Yivan closed 7 years ago

Yivan commented 7 years ago

Thanks again for this great plugin : )

Just one problem when testing it: This line https://github.com/dpfaffenbauer/pimcore-minify/blob/master/lib/Minify/Plugin.php#L15 send an error as the file doesn't exist.

By commenting it, all seems to work (as autoload is handled by composer). So maybe it could be removed from the code ?

dpfaffenbauer commented 7 years ago

This plugin is more or less deprecated. There are now much better options for minimizing css/js. Google mod pagespeed for example.

Yivan commented 7 years ago

Thanks. Maybe an indication that is is deprecated could be added in the reame.md, so next developper could be informed.

Yes pagespeed is great, I used it on some project and it handle all-in-one optimisations : )