diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-10-05 17:28:46 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-10-05 17:28:46 -0400 |
commit | da9ac01c58567dd65b15d17f46eb71e46a7a45b3 (patch) | |
tree | 71bdf23f6272f6f97e6ad74a7cd2399f5e6571dc /Makefile | |
parent | a84349037506ef3b86a507b16dbd9b3dc9a819ab (diff) | |
download | alxu.ca-da9ac01c58567dd65b15d17f46eb71e46a7a45b3.tar.xz alxu.ca-da9ac01c58567dd65b15d17f46eb71e46a7a45b3.zip |
Makefile: update flags
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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([^;]*);' \ |