gen.sh 391 B

1234567891011121314151617
  1. DST=../../server/www/__setup.html
  2. html-minifier \
  3. --collapse-whitespace \
  4. --remove-comments \
  5. --remove-optional-tags \
  6. --remove-redundant-attributes \
  7. --remove-script-type-attributes \
  8. --remove-tag-whitespace \
  9. --use-short-doctype \
  10. --remove-attribute-quotes \
  11. --minify-css true \
  12. --minify-js '{"toplevel": true, "ie8": true}' \
  13. -o $DST \
  14. index.html
  15. brotli -f $DST