Compress assets via uglifying (aka minifying) them with yuglify. This takes in javascript or css and can output code with the same functionality at a fraction of the size.
Source code to pass to yuglify.
If this is javascript or css. Default true for javascript.
The inputted source code without formatting which results in a size decrease.
See Implementation
Compress assets via uglifying (aka minifying) them with yuglify. This takes in javascript or css and can output code with the same functionality at a fraction of the size.