summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-05-16 17:01:21 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-05-16 17:01:21 (EDT)
commit9bf261c1cc9e69a0b9a6de0b19e670f11fff09bd (patch)
tree64850ef8f1e736531aba6967578b4e283162abc2
parenta1777c97bdf60d97f71b62df9c59381f744ad319 (diff)
downloaddecmath.js-9bf261c1cc9e69a0b9a6de0b19e670f11fff09bd.zip
decmath.js-9bf261c1cc9e69a0b9a6de0b19e670f11fff09bd.tar.gz
decmath.js-9bf261c1cc9e69a0b9a6de0b19e670f11fff09bd.tar.bz2
Makefile: Mangle names in minified output
Saves 95 bytes.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca6e5d3..5e800d5 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ test: FORCE
mocha --reporter $(REPORTER)
lib/decmath.min.js: lib/decmath.js
- uglifyjs --comments='/@licstart/' -o $@ $<
+ uglifyjs --mangle --comments='/@licstart/' -o $@ $<
# Portable ".PHONY"
FORCE: