add --mangle option to uglify
This commit is contained in:
parent
9aa010d987
commit
f14f72b635
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
BROWSERIFY_CMD = node_modules/browserify/bin/cmd.js
|
BROWSERIFY_CMD = node_modules/browserify/bin/cmd.js
|
||||||
ISTANBUL_CMD = node_modules/istanbul/lib/cli.js cover
|
ISTANBUL_CMD = node_modules/istanbul/lib/cli.js cover
|
||||||
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
|
JSHINT_CMD = node_modules/jshint/bin/jshint
|
||||||
MOCHA_CMD = node_modules/mocha/bin/_mocha
|
MOCHA_CMD = node_modules/mocha/bin/_mocha
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user