This repository was archived by the owner on Feb 3, 2019. It is now read-only.

Description
The UglifyEngine uses compressedAst.print_to_string() rather than print_to_string(options) that would allow any beautifier parameters. I'd like to have this option in the plugin configuration.
grails.resources.mappers.uglifyjs.beautifierOptions = ['ascii-only': true, 'max-line-len': 5000]