From 9bf261c1cc9e69a0b9a6de0b19e670f11fff09bd Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 16 May 2017 17:01:21 -0400 Subject: Makefile: Mangle names in minified output Saves 95 bytes. --- 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: -- cgit v0.9.1