How can I change the default compressor library from YUI in CQ 5.4
When minifying javascript using the Day CQ HTML Library Manager in the Apache Felix console, how can I change the library used for compressing? The default is the YUI compressor library, which has long since been deprecated (http://www.yuiblog.com/blog/2012/10/16/state-of-yui-compressor/) and does not have the minification ability of other more modern compressors such as Uglify.js.
What would be the best approach for setting up CQ to use Uglify.js as the compressor library in the same fashion that it currently uses YUI compressor?