An extension to integrate matthiasmullie/minify minification into SilverStripe 4 to minify all combined JavaScript and CSS files.
- SilverStripe 4+ or 5+
composer require loveduckie/silverstripe-minifier
The module is currently just plug-and-play. Once installed it will automatically minify
all combined JavaScript and CSS files in live
mode. Do not forget to ?flush
after installation.
Please refer to the PageController example to see example usage in
your PageController
.