diff options
-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([^;]*);' \ |