mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 05:17:18 +00:00

UglifyJS v3 was recently released, which includes support for compressing ES6 code. This commit introduces the following changes: - Add a boolean `-m` option to `concatenate-javascript.sh`, which when set, will minify the final concatenated JavaScript file - Install `uglify-es` in the CI servers See: https://news.ycombinator.com/item?id=14285179 See: https://github.com/mishoo/UglifyJS2/tree/harmony Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>