neosrulez/jsminifier
composer require neosrulez/jsminifier
A package to minifie JS for Neos CMS
1.0
Readme excerpt
Neos CMS JS MinifierA Neos CMS plugin to minifie JS for Neos CMS
InstallationThe NeosRulez.JsMinifier package is listed on packagist (https://packagist.org/packages/neosrulez/jsminifier) - therefore you don't have to include the package in your "repositories" entry any more.
Just add the following line to your require section:
"neosrulez/jsminifier": "*"And the run this command to fetch the plugin:
composer update FusionIn your site package Fusion file you can add the .js files to minifie
prototype(Neos.Neos:Page) { head { yourjs = NeosRulez.JsMinifier:JsFile yourjs { source = 'resource://Your…Read more
The same vendor provides 85 package(s).