From b63accca252b8e174230a4329f0be4cbe7c493cc Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 19 Jan 2015 08:57:43 +1100 Subject: [PATCH] remove --mangle sort from uglify since it's causing issues in safari/ios --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1acfc5281f..5ceff1b52e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ BROWSERIFY_CMD = node_modules/browserify/bin/cmd.js ISTANBUL_CMD = node_modules/istanbul/lib/cli.js cover -UGLIFY_CMD = node_modules/uglify-js/bin/uglifyjs --mangle sort +UGLIFY_CMD = node_modules/uglify-js/bin/uglifyjs +#UGLIFY_CMD = node_modules/uglify-js/bin/uglifyjs --mangle sort JSHINT_CMD = node_modules/jshint/bin/jshint MOCHA_CMD = node_modules/mocha/bin/_mocha