summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-10-05 17:28:46 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-10-05 17:28:46 -0400
commitda9ac01c58567dd65b15d17f46eb71e46a7a45b3 (patch)
tree71bdf23f6272f6f97e6ad74a7cd2399f5e6571dc
parenta84349037506ef3b86a507b16dbd9b3dc9a819ab (diff)
downloadalxu.ca-da9ac01c58567dd65b15d17f46eb71e46a7a45b3.tar.xz
alxu.ca-da9ac01c58567dd65b15d17f46eb71e46a7a45b3.zip
Makefile: update flags
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 85a3aa3..1c5468d 100644
--- a/Makefile
+++ b/Makefile
@@ -4,12 +4,11 @@ HTML_MINIFIER_FLAGS += \
--collapse-whitespace \
--decode-entities \
--minify-css \
- --minify-js \
+ --minify-js '{"mangle": {"eval": true}}' \
--remove-attribute-quotes \
--remove-comments \
--remove-optional-tags \
--remove-redundant-attributes \
- --remove-tag-whitespace \
--sort-attributes \
--sort-class-name \
--ignore-custom-fragments 'clamp([^;]*);' \