Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
minify ($content) | |
Definition at line 15 of file JShrink.php.
minify | ( | $content | ) |
Takes a string containing javascript and removes unneeded characters in order to shrink the code without altering it's functionality.
string | $content | The raw javascript to be minified |
Implements AdapterInterface.
Definition at line 25 of file JShrink.php.